Union capstone_sys::cs_sparc_op__bindgen_ty_1 [−][src]
#[repr(C)] pub union cs_sparc_op__bindgen_ty_1 { pub reg: Type, pub imm: i64, pub mem: sparc_op_mem, // some fields omitted }
Fields
reg: Type
< register value for REG operand
imm: i64
< immediate value for IMM operand
mem: sparc_op_mem
< base/disp value for MEM operand
Trait Implementations
Auto Trait Implementations
impl Send for cs_sparc_op__bindgen_ty_1
impl Sync for cs_sparc_op__bindgen_ty_1
impl Unpin for cs_sparc_op__bindgen_ty_1