pub struct X86OpMem(/* private fields */);Expand description
X86 memory operand
Implementations§
Trait Implementations§
impl Copy for X86OpMem
impl Eq for X86OpMem
Auto Trait Implementations§
impl Freeze for X86OpMem
impl RefUnwindSafe for X86OpMem
impl Send for X86OpMem
impl Sync for X86OpMem
impl Unpin for X86OpMem
impl UnwindSafe for X86OpMem
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