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