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