Enum syntex_syntax::abi::Architecture [] [src]

pub enum Architecture {
    X86,
    X86_64,
    Arm,
    Mips,
    Mipsel,
}

Variants

Trait Implementations

impl Copy for Architecture
[src]

impl Clone for Architecture
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Architecture
[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 Architecture
[src]

Formats the value using the given formatter.