#[repr(C)]pub union cs_detail__bindgen_ty_1 {
Show 18 fields
pub x86: cs_x86,
pub arm64: cs_arm64,
pub arm: cs_arm,
pub m68k: cs_m68k,
pub mips: cs_mips,
pub ppc: cs_ppc,
pub sparc: cs_sparc,
pub sysz: cs_sysz,
pub xcore: cs_xcore,
pub tms320c64x: cs_tms320c64x,
pub m680x: cs_m680x,
pub evm: cs_evm,
pub mos65xx: cs_mos65xx,
pub wasm: cs_wasm,
pub bpf: cs_bpf,
pub riscv: cs_riscv,
pub sh: cs_sh,
pub tricore: cs_tricore,
}Expand description
Architecture-specific instruction info
Fields§
§x86: cs_x86< X86 architecture, including 16-bit, 32-bit & 64-bit mode
arm64: cs_arm64< ARM64 architecture (aka AArch64)
arm: cs_arm< ARM architecture (including Thumb/Thumb2)
m68k: cs_m68k< M68K architecture
mips: cs_mips< MIPS architecture
ppc: cs_ppc< PowerPC architecture
sparc: cs_sparc< Sparc architecture
sysz: cs_sysz< SystemZ architecture
xcore: cs_xcore< XCore architecture
tms320c64x: cs_tms320c64x< TMS320C64x architecture
m680x: cs_m680x< M680X architecture
evm: cs_evm< Ethereum architecture
mos65xx: cs_mos65xx< MOS65XX architecture (including MOS6502)
wasm: cs_wasm< Web Assembly architecture
bpf: cs_bpf< Berkeley Packet Filter architecture (including eBPF)
riscv: cs_riscv< RISCV architecture
sh: cs_sh< SH architecture
tricore: cs_tricore< TriCore architecture
Trait Implementations§
Source§impl Clone for cs_detail__bindgen_ty_1
impl Clone for cs_detail__bindgen_ty_1
Source§fn clone(&self) -> cs_detail__bindgen_ty_1
fn clone(&self) -> cs_detail__bindgen_ty_1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for cs_detail__bindgen_ty_1
impl Debug for cs_detail__bindgen_ty_1
impl Copy for cs_detail__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for cs_detail__bindgen_ty_1
impl RefUnwindSafe for cs_detail__bindgen_ty_1
impl Send for cs_detail__bindgen_ty_1
impl Sync for cs_detail__bindgen_ty_1
impl Unpin for cs_detail__bindgen_ty_1
impl UnwindSafe for cs_detail__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