Enum unicorn::unicorn_const::Arch []

#[repr(C)]
pub enum Arch { ARM, ARM64, MIPS, X86, PPC, SPARC, M68K, }

Variants

ARM architecture (including Thumb, Thumb-2)

ARM-64, also called AArch64

MIPS architecture

X86 architecture (including x86 & x86-64)

PowerPC architecture

Sparc architecture

M68K architecture

Trait Implementations

impl Copy for Arch

impl PartialEq<Arch> for Arch

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Arch

Formats the value using the given formatter.

impl Clone for Arch

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more