Struct MI_Module_Self
#[repr(transparent)]pub struct MI_Module_Self(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for MI_Module_Self
impl Clone for MI_Module_Self
§fn clone(&self) -> MI_Module_Self
fn clone(&self) -> MI_Module_Self
Returns a copy 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 more§impl Debug for MI_Module_Self
impl Debug for MI_Module_Self
§impl Default for MI_Module_Self
impl Default for MI_Module_Self
§fn default() -> MI_Module_Self
fn default() -> MI_Module_Self
Returns the “default value” for a type. Read more
§impl PartialEq for MI_Module_Self
impl PartialEq for MI_Module_Self
impl Copy for MI_Module_Self
impl Eq for MI_Module_Self
impl StructuralPartialEq for MI_Module_Self
Auto Trait Implementations§
impl Freeze for MI_Module_Self
impl RefUnwindSafe for MI_Module_Self
impl Send for MI_Module_Self
impl Sync for MI_Module_Self
impl Unpin for MI_Module_Self
impl UnwindSafe for MI_Module_Self
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