Struct capstone_sys::m68k_op_size
source · #[repr(C)]pub struct m68k_op_size {
pub type_: m68k_size_type,
pub __bindgen_anon_1: m68k_op_size__bindgen_ty_1,
}
Expand description
Operation size of the current instruction (NOT the actually size of instruction)
Fields§
§type_: m68k_size_type
§__bindgen_anon_1: m68k_op_size__bindgen_ty_1
Trait Implementations§
source§impl Clone for m68k_op_size
impl Clone for m68k_op_size
source§impl Debug for m68k_op_size
impl Debug for m68k_op_size
impl Copy for m68k_op_size
Auto Trait Implementations§
impl RefUnwindSafe for m68k_op_size
impl Send for m68k_op_size
impl Sync for m68k_op_size
impl Unpin for m68k_op_size
impl UnwindSafe for m68k_op_size
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