Struct capstone_sys::cs_m680x
source · #[repr(C)]pub struct cs_m680x {
pub flags: u8,
pub op_count: u8,
pub operands: [cs_m680x_op; 9],
}
Expand description
The M680X instruction and it’s operands
Fields§
§flags: u8
< See: M680X instruction flags
op_count: u8
< number of operands for the instruction or 0
operands: [cs_m680x_op; 9]
< operands for this insn.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for cs_m680x
impl Send for cs_m680x
impl Sync for cs_m680x
impl Unpin for cs_m680x
impl UnwindSafe for cs_m680x
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