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