#[repr(u8)]pub enum Remaplk {
LOCK_DISABLED = 0,
LOCK_ENABLED = 1,
}Variants§
LOCK_DISABLED = 0
Lock disabled: can write to REMAP
LOCK_ENABLED = 1
Lock enabled: cannot write to REMAP
Implementations§
Trait Implementations§
Source§impl Ord for Remaplk
impl Ord for Remaplk
Source§impl PartialOrd for Remaplk
impl PartialOrd for Remaplk
impl Copy for Remaplk
impl Eq for Remaplk
impl StructuralPartialEq for Remaplk
Auto Trait Implementations§
impl Freeze for Remaplk
impl RefUnwindSafe for Remaplk
impl Send for Remaplk
impl Sync for Remaplk
impl Unpin for Remaplk
impl UnwindSafe for Remaplk
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