Enum syntex_syntax::abi::Architecture
[−]
[src]
pub enum Architecture { X86, X86_64, Arm, Mips, Mipsel, }
Variants
X86 | |
X86_64 | |
Arm | |
Mips | |
Mipsel |
pub enum Architecture { X86, X86_64, Arm, Mips, Mipsel, }
X86 | |
X86_64 | |
Arm | |
Mips | |
Mipsel |
impl Debug for Architecture
impl PartialEq for Architecture
fn eq(&self, __arg_0: &Architecture) -> bool
fn ne(&self, __arg_0: &Architecture) -> bool
impl Clone for Architecture
fn clone(&self) -> Architecture
fn clone_from(&mut self, source: &Self)
impl Copy for Architecture