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