#[repr(u8)]pub enum Cpu1LockRegLockNsVtor {
_RESERVED_0 = 0,
BLOCKED = 1,
WRITABLE = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Cpu1LockRegLockNsVtor
impl Clone for Cpu1LockRegLockNsVtor
Source§fn clone(&self) -> Cpu1LockRegLockNsVtor
fn clone(&self) -> Cpu1LockRegLockNsVtor
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 Cpu1LockRegLockNsVtor
impl Debug for Cpu1LockRegLockNsVtor
Source§impl From<Cpu1LockRegLockNsVtor> for u8
impl From<Cpu1LockRegLockNsVtor> for u8
Source§fn from(val: Cpu1LockRegLockNsVtor) -> u8
fn from(val: Cpu1LockRegLockNsVtor) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Cpu1LockRegLockNsVtor
impl From<u8> for Cpu1LockRegLockNsVtor
Source§fn from(val: u8) -> Cpu1LockRegLockNsVtor
fn from(val: u8) -> Cpu1LockRegLockNsVtor
Converts to this type from the input type.
Source§impl Ord for Cpu1LockRegLockNsVtor
impl Ord for Cpu1LockRegLockNsVtor
Source§fn cmp(&self, other: &Cpu1LockRegLockNsVtor) -> Ordering
fn cmp(&self, other: &Cpu1LockRegLockNsVtor) -> 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 Cpu1LockRegLockNsVtor
impl PartialEq for Cpu1LockRegLockNsVtor
Source§impl PartialOrd for Cpu1LockRegLockNsVtor
impl PartialOrd for Cpu1LockRegLockNsVtor
impl Copy for Cpu1LockRegLockNsVtor
impl Eq for Cpu1LockRegLockNsVtor
impl StructuralPartialEq for Cpu1LockRegLockNsVtor
Auto Trait Implementations§
impl Freeze for Cpu1LockRegLockNsVtor
impl RefUnwindSafe for Cpu1LockRegLockNsVtor
impl Send for Cpu1LockRegLockNsVtor
impl Sync for Cpu1LockRegLockNsVtor
impl Unpin for Cpu1LockRegLockNsVtor
impl UnwindSafe for Cpu1LockRegLockNsVtor
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