Enum syntax::abi::ArchitectureUnstable [-] [+] [src]

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

Variants

X86
X86_64
Arm
Mips
Mipsel

Trait Implementations

Derived Implementations

impl Debug for Architecture

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

impl PartialEq for Architecture

fn eq(&self, __arg_0: &Architecture) -> bool

fn ne(&self, __arg_0: &Architecture) -> bool

impl Copy for Architecture