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