#[repr(u8)]pub enum LockNsVtor {
_RESERVED_0 = 0,
BLOCKED = 1,
WRITABLE = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Source§impl LockNsVtor
impl LockNsVtor
Trait Implementations§
Source§impl Clone for LockNsVtor
impl Clone for LockNsVtor
Source§fn clone(&self) -> LockNsVtor
fn clone(&self) -> LockNsVtor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LockNsVtor
impl Debug for LockNsVtor
Source§impl From<LockNsVtor> for u8
impl From<LockNsVtor> for u8
Source§fn from(val: LockNsVtor) -> u8
fn from(val: LockNsVtor) -> u8
Converts to this type from the input type.
Source§impl From<u8> for LockNsVtor
impl From<u8> for LockNsVtor
Source§fn from(val: u8) -> LockNsVtor
fn from(val: u8) -> LockNsVtor
Converts to this type from the input type.
Source§impl Ord for LockNsVtor
impl Ord for LockNsVtor
Source§fn cmp(&self, other: &LockNsVtor) -> Ordering
fn cmp(&self, other: &LockNsVtor) -> 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
Source§impl PartialEq for LockNsVtor
impl PartialEq for LockNsVtor
Source§impl PartialOrd for LockNsVtor
impl PartialOrd for LockNsVtor
impl Copy for LockNsVtor
impl Eq for LockNsVtor
impl StructuralPartialEq for LockNsVtor
Auto Trait Implementations§
impl Freeze for LockNsVtor
impl RefUnwindSafe for LockNsVtor
impl Send for LockNsVtor
impl Sync for LockNsVtor
impl Unpin for LockNsVtor
impl UnwindSafe for LockNsVtor
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