Struct NsbootrNsbootLock
#[repr(transparent)]pub struct NsbootrNsbootLock(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl NsbootrNsbootLock
impl NsbootrNsbootLock
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 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