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