Struct NsbootrNsbootLock
#[repr(transparent)]pub struct NsbootrNsbootLock(pub u8);Tuple Fields§
§0: u8Implementations§
§impl NsbootrNsbootLock
 
impl NsbootrNsbootLock
§impl NsbootrNsbootLock
 
impl NsbootrNsbootLock
pub const fn from_bits(val: u8) -> NsbootrNsbootLock
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for NsbootrNsbootLock
 
impl Clone for NsbootrNsbootLock
§fn clone(&self) -> NsbootrNsbootLock
 
fn clone(&self) -> NsbootrNsbootLock
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
 
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more§impl From<NsbootrNsbootLock> for u8
 
impl From<NsbootrNsbootLock> for u8
§fn from(val: NsbootrNsbootLock) -> u8
 
fn from(val: NsbootrNsbootLock) -> u8
Converts to this type from the input type.
§impl From<u8> for NsbootrNsbootLock
 
impl From<u8> for NsbootrNsbootLock
§fn from(val: u8) -> NsbootrNsbootLock
 
fn from(val: u8) -> NsbootrNsbootLock
Converts to this type from the input type.
§impl Ord for NsbootrNsbootLock
 
impl Ord for NsbootrNsbootLock
§fn cmp(&self, other: &NsbootrNsbootLock) -> Ordering
 
fn cmp(&self, other: &NsbootrNsbootLock) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq for NsbootrNsbootLock
 
impl PartialEq for NsbootrNsbootLock
§impl PartialOrd for NsbootrNsbootLock
 
impl PartialOrd for NsbootrNsbootLock
impl Copy for NsbootrNsbootLock
impl Eq for NsbootrNsbootLock
impl StructuralPartialEq for NsbootrNsbootLock
Auto Trait Implementations§
impl Freeze for NsbootrNsbootLock
impl RefUnwindSafe for NsbootrNsbootLock
impl Send for NsbootrNsbootLock
impl Sync for NsbootrNsbootLock
impl Unpin for NsbootrNsbootLock
impl UnwindSafe for NsbootrNsbootLock
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