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