#[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,
}
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§
source§impl Clone for cs_m680x_op__bindgen_ty_1
impl Clone for cs_m680x_op__bindgen_ty_1
source§impl Debug for cs_m680x_op__bindgen_ty_1
impl Debug for cs_m680x_op__bindgen_ty_1
impl Copy for cs_m680x_op__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for cs_m680x_op__bindgen_ty_1
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
impl UnwindSafe for cs_m680x_op__bindgen_ty_1
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more