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