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