#[repr(C)]pub struct cs_m68k {
pub operands: [cs_m68k_op; 4],
pub op_size: m68k_op_size,
pub op_count: u8,
}Fields§
§operands: [cs_m68k_op; 4]§op_size: m68k_op_size§op_count: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for cs_m68k
impl RefUnwindSafe for cs_m68k
impl Send for cs_m68k
impl Sync for cs_m68k
impl Unpin for cs_m68k
impl UnwindSafe for cs_m68k
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