Enum elrond::Arch [] [src]

pub enum Arch {
    None,
    M32,
    Sparc,
    Intel386,
    Motorola68k,
    Motorola88k,
    INTEL486,
    INTEL860,
    MIPS,
    PaRISC,
    SPARC32PLUS,
    PowerPC,
    PowerPC64,
    CellBESPU,
    ARM,
    SuperH,
    SPARCv9,
    H8300,
    IntelHP64,
    AMD64,
    IBMS390,
    CRIS,
    RenesasM32R,
    MEIMN10300AM33,
    OpenRISC,
    BlackFin,
    AlteraNOIS2,
    TIC6xDPS,
    Aarch64,
    TilePRO,
    MicroBlaze,
    TileGX,
    LinuxBPF,
    FRV,
    AtmelAVR32,
    Alpha,
    CygnusM32R,
    OLDS390,
    CygnusMN10300,
}

Variants

Trait Implementations

impl Copy for Arch
[src]

impl Clone for Arch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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