#[repr(u8)]pub enum RemapLock {
LOCK_0 = 0,
LOCK_1 = 1,
}Variants§
LOCK_0 = 0
This register is not locked and can be altered.
LOCK_1 = 1
This register is locked and cannot be altered until a system reset.
Implementations§
Trait Implementations§
Source§impl Ord for RemapLock
impl Ord for RemapLock
Source§impl PartialOrd for RemapLock
impl PartialOrd for RemapLock
impl Copy for RemapLock
impl Eq for RemapLock
impl StructuralPartialEq for RemapLock
Auto Trait Implementations§
impl Freeze for RemapLock
impl RefUnwindSafe for RemapLock
impl Send for RemapLock
impl Sync for RemapLock
impl Unpin for RemapLock
impl UnwindSafe for RemapLock
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