Enum unicorn::unicorn_const::Arch [] [src]

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
[src]

impl Clone for Arch
[src]

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

impl Debug for Arch
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl PartialEq for Arch
[src]

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 !=.