Union capstone_sys::cs_m68k_op__bindgen_ty_1 [−][src]
#[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, // some fields omitted }
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
Auto Trait Implementations
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