pub struct Rrc { /* private fields */ }Implementations§
Trait Implementations§
Source§impl SingleOperand for Rrc
impl SingleOperand for Rrc
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 Rrc
impl StructuralPartialEq for Rrc
Auto Trait Implementations§
impl Freeze for Rrc
impl RefUnwindSafe for Rrc
impl Send for Rrc
impl Sync for Rrc
impl Unpin for Rrc
impl UnwindSafe for Rrc
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