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