#[repr(u8)]pub enum BlrLock {
_RESERVED_0 = 0,
_RESERVED_1 = 1,
LOCK010 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
LOCK101 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
LOCK010 = 2
BootROM Status and Lock Registers can be written
_RESERVED_3 = 3
_RESERVED_4 = 4
LOCK101 = 5
BootROM Status and Lock Registers cannot be written
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for BlrLock
impl Ord for BlrLock
Source§impl PartialOrd for BlrLock
impl PartialOrd for BlrLock
impl Copy for BlrLock
impl Eq for BlrLock
impl StructuralPartialEq for BlrLock
Auto Trait Implementations§
impl Freeze for BlrLock
impl RefUnwindSafe for BlrLock
impl Send for BlrLock
impl Sync for BlrLock
impl Unpin for BlrLock
impl UnwindSafe for BlrLock
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