Union capstone_sys::cs_detail__bindgen_ty_1 [] [src]

#[repr(C)]
pub union cs_detail__bindgen_ty_1 { pub x86: cs_x86, pub arm64: cs_arm64, pub arm: cs_arm, pub mips: cs_mips, pub ppc: cs_ppc, pub sparc: cs_sparc, pub sysz: cs_sysz, pub xcore: cs_xcore, // some fields omitted }

Fields

x86: cs_x86 arm64: cs_arm64 arm: cs_arm mips: cs_mips ppc: cs_ppc sparc: cs_sparc sysz: cs_sysz xcore: cs_xcore

Trait Implementations

impl Copy for cs_detail__bindgen_ty_1
[src]

impl Clone for cs_detail__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more