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