#[repr(C)]
pub union cs_mos65xx_op__bindgen_ty_1 {
pub reg: mos65xx_reg,
pub imm: u16,
pub mem: u32,
}
Fields§
§reg: mos65xx_reg
< register value for REG operand
imm: u16
< immediate value for IMM operand
mem: u32
< address for MEM operand
Trait Implementations§
source§impl Clone for cs_mos65xx_op__bindgen_ty_1
impl Clone for cs_mos65xx_op__bindgen_ty_1
source§impl Debug for cs_mos65xx_op__bindgen_ty_1
impl Debug for cs_mos65xx_op__bindgen_ty_1
impl Copy for cs_mos65xx_op__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for cs_mos65xx_op__bindgen_ty_1
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
impl UnwindSafe for cs_mos65xx_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