Enum keystone::keystone_const::Arch [] [src]

pub enum Arch {
    ARM,
    ARM64,
    MIPS,
    X86,
    PPC,
    SPARC,
    SYSTEMZ,
    HEXAGON,
    MAX,
}

Variants

Methods

impl Arch
[src]

Trait Implementations

impl Debug for Arch
[src]

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Arch
[src]