pub struct VmarOp(/* private fields */);
Expand description
VM Address Range opcodes
Implementations§
Trait Implementations§
Source§impl Ord for VmarOp
impl Ord for VmarOp
Source§impl PartialOrd for VmarOp
impl PartialOrd for VmarOp
impl Copy for VmarOp
impl Eq for VmarOp
impl StructuralPartialEq for VmarOp
Auto Trait Implementations§
impl Freeze for VmarOp
impl RefUnwindSafe for VmarOp
impl Send for VmarOp
impl Sync for VmarOp
impl Unpin for VmarOp
impl UnwindSafe for VmarOp
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§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
)