pub struct Rra { /* private fields */ }Implementations§
Trait Implementations§
Source§impl SingleOperand for Rra
impl SingleOperand for Rra
Source§fn mnemonic(&self) -> &str
fn mnemonic(&self) -> &str
Return the mnemonic for the instruction. This is operand width aware
Source§fn operand_width(&self) -> &Option<OperandWidth>
fn operand_width(&self) -> &Option<OperandWidth>
Returns the operand width if one is specified
impl Copy for Rra
impl StructuralPartialEq for Rra
Auto Trait Implementations§
impl Freeze for Rra
impl RefUnwindSafe for Rra
impl Send for Rra
impl Sync for Rra
impl Unpin for Rra
impl UnwindSafe for Rra
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