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