Enum unicorn::unicorn_const::Arch
[−]
#[repr(C)]pub enum Arch { ARM, ARM64, MIPS, X86, PPC, SPARC, M68K, }
Variants
ARM
ARM architecture (including Thumb, Thumb-2)
ARM64
ARM-64, also called AArch64
MIPS
MIPS architecture
X86
X86 architecture (including x86 & x86-64)
PPC
PowerPC architecture
SPARC
Sparc architecture
M68K
M68K architecture
Trait Implementations
impl Copy for Arch
impl PartialEq<Arch> for Arch
fn eq(&self, __arg_0: &Arch) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Debug for Arch
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Clone for Arch
fn clone(&self) -> Arch
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more