Struct MI_Type
#[repr(transparent)]pub struct MI_Type(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for MI_Type
impl Eq for MI_Type
impl StructuralPartialEq for MI_Type
Auto Trait Implementations§
impl Freeze for MI_Type
impl RefUnwindSafe for MI_Type
impl Send for MI_Type
impl Sync for MI_Type
impl Unpin for MI_Type
impl UnwindSafe for MI_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