Union capstone_sys::cs_sysz_op__bindgen_ty_1 [] [src]

#[repr(C)]
pub union cs_sysz_op__bindgen_ty_1 { pub reg: c_uint, pub imm: i64, pub mem: sysz_op_mem, // some fields omitted }

Fields

reg: c_uint imm: i64 mem: sysz_op_mem

Trait Implementations

impl Copy for cs_sysz_op__bindgen_ty_1
[src]

impl Clone for cs_sysz_op__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more