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