Union frida_gum_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 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,
    // some fields omitted
}

Fields

x86: cs_x86arm64: cs_arm64arm: cs_armm68k: cs_m68kmips: cs_mipsppc: cs_ppcsparc: cs_sparcsysz: cs_syszxcore: cs_xcoretms320c64x: cs_tms320c64xm680x: cs_m680xevm: cs_evmmos65xx: cs_mos65xxwasm: cs_wasmbpf: cs_bpfriscv: cs_riscv

Trait Implementations

impl Clone for cs_detail__bindgen_ty_1[src]

impl Copy for cs_detail__bindgen_ty_1[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.