#[repr(C)]
pub union cs_tms320c64x_op__bindgen_ty_1 {
pub reg: c_uint,
pub imm: i32,
pub mem: tms320c64x_op_mem,
}
Fields§
§reg: c_uint
< register value for REG operand or first register for REGPAIR operand
imm: i32
< immediate value for IMM operand
mem: tms320c64x_op_mem
< base/disp value for MEM operand
Trait Implementations§
impl Copy for cs_tms320c64x_op__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for cs_tms320c64x_op__bindgen_ty_1
impl Send for cs_tms320c64x_op__bindgen_ty_1
impl Sync for cs_tms320c64x_op__bindgen_ty_1
impl Unpin for cs_tms320c64x_op__bindgen_ty_1
impl UnwindSafe for cs_tms320c64x_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