Struct capstone::arch::m68k::M68kInsnDetail
source · pub struct M68kInsnDetail<'a>(/* private fields */);
Expand description
Contains M68K-specific details for an instruction
Implementations§
source§impl<'a> M68kInsnDetail<'a>
impl<'a> M68kInsnDetail<'a>
sourcepub fn op_size(&self) -> Option<M68kOpSize>
pub fn op_size(&self) -> Option<M68kOpSize>
size of data operand works on in bytes (.b, .w, .l, etc)
Trait Implementations§
source§impl<'a> Debug for M68kInsnDetail<'a>
impl<'a> Debug for M68kInsnDetail<'a>
source§impl<'a> DetailsArchInsn for M68kInsnDetail<'a>
impl<'a> DetailsArchInsn for M68kInsnDetail<'a>
type OperandIterator = M68kOperandIterator<'a>
type Operand = M68kOperand
fn operands(&self) -> M68kOperandIterator<'a> ⓘ
Auto Trait Implementations§
impl<'a> RefUnwindSafe for M68kInsnDetail<'a>
impl<'a> Send for M68kInsnDetail<'a>
impl<'a> Sync for M68kInsnDetail<'a>
impl<'a> Unpin for M68kInsnDetail<'a>
impl<'a> UnwindSafe for M68kInsnDetail<'a>
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