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 PartialEq for VmoOp
impl PartialEq for VmoOp
source§impl PartialOrd for VmoOp
impl PartialOrd for VmoOp
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)