[][src]Union capstone_sys::cs_detail__bindgen_ty_1

#[repr(C)]
pub union cs_detail__bindgen_ty_1 { 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, // some fields omitted }

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

Trait Implementations

impl Copy for cs_detail__bindgen_ty_1[src]

impl Clone for cs_detail__bindgen_ty_1[src]

default fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for cs_detail__bindgen_ty_1[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.