Union capstone_sys::cs_ppc_op__bindgen_ty_1[][src]

#[repr(C)]
pub union cs_ppc_op__bindgen_ty_1 { pub reg: Type, pub imm: i32, pub mem: ppc_op_mem, pub crx: ppc_op_crx, // some fields omitted }

Fields

Trait Implementations

impl Copy for cs_ppc_op__bindgen_ty_1
[src]

impl Clone for cs_ppc_op__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for cs_ppc_op__bindgen_ty_1
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations