#[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§
Source§impl Clone for cs_tms320c64x_op__bindgen_ty_1
impl Clone for cs_tms320c64x_op__bindgen_ty_1
Source§fn clone(&self) -> cs_tms320c64x_op__bindgen_ty_1
fn clone(&self) -> cs_tms320c64x_op__bindgen_ty_1
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for cs_tms320c64x_op__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for cs_tms320c64x_op__bindgen_ty_1
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