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