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