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