#[repr(C)]
pub union cs_arm_op__bindgen_ty_2 {
pub reg: c_int,
pub imm: i32,
pub fp: f64,
pub mem: arm_op_mem,
pub setend: arm_setend_type,
}
Fields§
§reg: c_int
< register value for REG/SYSREG operand
imm: i32
< immediate value for C-IMM, P-IMM or IMM operand
fp: f64
< floating point value for FP operand
mem: arm_op_mem
< base/index/scale/disp value for MEM operand
setend: arm_setend_type
< SETEND instruction’s operand type
Trait Implementations§
source§impl Clone for cs_arm_op__bindgen_ty_2
impl Clone for cs_arm_op__bindgen_ty_2
source§impl Debug for cs_arm_op__bindgen_ty_2
impl Debug for cs_arm_op__bindgen_ty_2
impl Copy for cs_arm_op__bindgen_ty_2
Auto Trait Implementations§
impl RefUnwindSafe for cs_arm_op__bindgen_ty_2
impl Send for cs_arm_op__bindgen_ty_2
impl Sync for cs_arm_op__bindgen_ty_2
impl Unpin for cs_arm_op__bindgen_ty_2
impl UnwindSafe for cs_arm_op__bindgen_ty_2
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