pub struct VmoOp(/* private fields */);
Expand description
VM Object opcodes
Implementations§
Source§impl VmoOp
impl VmoOp
pub const COMMIT: VmoOp
pub const DECOMMIT: VmoOp
pub const LOCK: VmoOp
pub const UNLOCK: VmoOp
pub const CACHE_SYNC: VmoOp
pub const CACHE_INVALIDATE: VmoOp
pub const CACHE_CLEAN: VmoOp
pub const CACHE_CLEAN_INVALIDATE: VmoOp
pub const ZERO: VmoOp
pub const TRY_LOCK: VmoOp
pub const DONT_NEED: VmoOp
pub const ALWAYS_NEED: VmoOp
pub const PREFETCH: VmoOp
Trait Implementations§
Source§impl Ord for VmoOp
impl Ord for VmoOp
Source§impl PartialOrd for VmoOp
impl PartialOrd for VmoOp
impl Copy for VmoOp
impl Eq for VmoOp
impl StructuralPartialEq for VmoOp
Auto Trait Implementations§
impl Freeze for VmoOp
impl RefUnwindSafe for VmoOp
impl Send for VmoOp
impl Sync for VmoOp
impl Unpin for VmoOp
impl UnwindSafe for VmoOp
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