Union capstone_sys::cs_m680x_op__bindgen_ty_1 [−][src]
#[repr(C)] pub union cs_m680x_op__bindgen_ty_1 { pub imm: i32, pub reg: Type, pub idx: m680x_op_idx, pub rel: m680x_op_rel, pub ext: m680x_op_ext, pub direct_addr: u8, pub const_val: u8, // some fields omitted }
Fields
imm: i32
< immediate value for IMM operand
reg: Type
< register value for REG operand
idx: m680x_op_idx
< Indexed addressing operand
rel: m680x_op_rel
< Relative address. operand (Bcc/LBcc)
ext: m680x_op_ext
< Extended address
direct_addr: u8
<</ Direct address (lower 8-bit)
const_val: u8
< constant value (bit index, page nr.)
Trait Implementations
Auto Trait Implementations
impl Send for cs_m680x_op__bindgen_ty_1
impl Sync for cs_m680x_op__bindgen_ty_1
impl Unpin for cs_m680x_op__bindgen_ty_1