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