#[repr(C)]
pub union cs_m68k_op__bindgen_ty_1 {
pub imm: u64,
pub dimm: f64,
pub simm: f32,
pub reg: Type,
pub reg_pair: cs_m68k_op_reg_pair,
}
Fields§
§imm: u64
< immediate value for IMM operand
dimm: f64
< double imm
simm: f32
< float imm
reg: Type
< register value for REG operand
reg_pair: cs_m68k_op_reg_pair
< register pair in one operand
Trait Implementations§
source§impl Clone for cs_m68k_op__bindgen_ty_1
impl Clone for cs_m68k_op__bindgen_ty_1
source§impl Debug for cs_m68k_op__bindgen_ty_1
impl Debug for cs_m68k_op__bindgen_ty_1
impl Copy for cs_m68k_op__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for cs_m68k_op__bindgen_ty_1
impl Send for cs_m68k_op__bindgen_ty_1
impl Sync for cs_m68k_op__bindgen_ty_1
impl Unpin for cs_m68k_op__bindgen_ty_1
impl UnwindSafe for cs_m68k_op__bindgen_ty_1
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