#[repr(C)]
pub union cs_ppc_op__bindgen_ty_1 {
pub reg: Type,
pub imm: i64,
pub mem: ppc_op_mem,
pub crx: ppc_op_crx,
}
Fields§
§reg: Type
< register value for REG operand
imm: i64
< immediate value for IMM operand
mem: ppc_op_mem
< base/disp value for MEM operand
crx: ppc_op_crx
< operand with condition register
Trait Implementations§
source§impl Clone for cs_ppc_op__bindgen_ty_1
impl Clone for cs_ppc_op__bindgen_ty_1
source§impl Debug for cs_ppc_op__bindgen_ty_1
impl Debug for cs_ppc_op__bindgen_ty_1
impl Copy for cs_ppc_op__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for cs_ppc_op__bindgen_ty_1
impl Send for cs_ppc_op__bindgen_ty_1
impl Sync for cs_ppc_op__bindgen_ty_1
impl Unpin for cs_ppc_op__bindgen_ty_1
impl UnwindSafe for cs_ppc_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