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