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