Union capstone_sys::cs_arm_op__bindgen_ty_2 [−][src]
#[repr(C)] pub union cs_arm_op__bindgen_ty_2 { pub reg: c_int, pub imm: i32, pub fp: f64, pub mem: arm_op_mem, pub setend: arm_setend_type, // some fields omitted }
Fields
reg: c_int
< register value for REG/SYSREG operand
imm: i32
< immediate value for C-IMM, P-IMM or IMM operand
fp: f64
< floating point value for FP operand
mem: arm_op_mem
< base/index/scale/disp value for MEM operand
setend: arm_setend_type
< SETEND instruction’s operand type
Trait Implementations
Auto Trait Implementations
impl Send for cs_arm_op__bindgen_ty_2
impl Sync for cs_arm_op__bindgen_ty_2
impl Unpin for cs_arm_op__bindgen_ty_2