pub struct MemOp64(/* private fields */);
Expand description
A memory operand with a qword (64 bit) size hint.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemOp64
impl RefUnwindSafe for MemOp64
impl Send for MemOp64
impl Sync for MemOp64
impl Unpin for MemOp64
impl UnwindSafe for MemOp64
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