Enum libunicorn_sys::unicorn_const::Arch [] [src]

#[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 PartialEq for Arch
[src]

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

Formats the value using the given formatter.

impl Clone for Arch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Arch
[src]