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