#[repr(transparent)]pub struct mjs_struct_field_type(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for mjs_struct_field_type
impl Clone for mjs_struct_field_type
Source§fn clone(&self) -> mjs_struct_field_type
fn clone(&self) -> mjs_struct_field_type
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for mjs_struct_field_type
impl Debug for mjs_struct_field_type
Source§impl Hash for mjs_struct_field_type
impl Hash for mjs_struct_field_type
Source§impl PartialEq for mjs_struct_field_type
impl PartialEq for mjs_struct_field_type
impl Copy for mjs_struct_field_type
impl Eq for mjs_struct_field_type
impl StructuralPartialEq for mjs_struct_field_type
Auto Trait Implementations§
impl Freeze for mjs_struct_field_type
impl RefUnwindSafe for mjs_struct_field_type
impl Send for mjs_struct_field_type
impl Sync for mjs_struct_field_type
impl Unpin for mjs_struct_field_type
impl UnwindSafe for mjs_struct_field_type
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more