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