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