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
NoneM32SparcIntel386Motorola68kMotorola88kINTEL486INTEL860MIPSPaRISCSPARC32PLUSPowerPCPowerPC64CellBESPUARMSuperHSPARCv9H8300IntelHP64AMD64IBMS390CRISRenesasM32RMEIMN10300AM33OpenRISCBlackFinAlteraNOIS2TIC6xDPSAarch64TilePROMicroBlazeTileGXLinuxBPFFRVAtmelAVR32AlphaCygnusM32ROLDS390CygnusMN10300Trait Implementations
impl Copy for Arch[src]
impl Clone for Arch[src]
fn clone(&self) -> Arch
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for Arch[src]
impl PartialEq for Arch[src]
fn eq(&self, __arg_0: &Arch) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.