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