Union libcapstone_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, }

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

Auto Trait Implementations