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