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