Enum elf_utilities::header::Machine[][src]

pub enum Machine {
Show 86 variants None, M32, SPARC, Intel386, M68K, M88K, IntelMCU, Intel80860, MIPS, S370, MIPSRS3LE, Parisc, VPP500, SPARC32Plus, Intel80960, PowerPC, PowerPC65, S390, SPU, V800, FR20, RH32, RCE, Arm, FakeAlpha, EMSH, EMSPARCV9, Tricore, ARC, H8300, H8300H, H8S, H8500, MIPSX, Coldfire, M68HC12, MMA, PCP, NCPU, NDR1, StarCore, ME16, ST100, TinyJ, X8664, PSDP, PDP10, PDP11, FX66, ST9Plus, ST7, MC68HC16, MC68HC11, MC68HC08, MC68HC05, SVx, ST19, VAX, CRIS, Javelin, Firepath, ZSP, MMIX, HUANY, Prism, AVR, FR30, D10V, D30V, V850, M32R, MN10300, MN10200, PicoJava, OR1K, ARCompact, Xtensa, SCoreOld, VideoCore, TMMGPP, NS32K, TPC, PicoJavaOld, SNP1K, ST200, Any(Elf64Half),
}

Variants

None
M32
SPARC
Intel386
M68K
M88K
IntelMCU
Intel80860
MIPS
S370
MIPSRS3LE
Parisc
VPP500
SPARC32Plus
Intel80960
PowerPC
PowerPC65
S390
SPU
V800
FR20
RH32
RCE
Arm
FakeAlpha
EMSH
EMSPARCV9
Tricore
ARC
H8300
H8300H
H8S
H8500
MIPSX
Coldfire
M68HC12
MMA
PCP
NCPU
NDR1
StarCore
ME16
ST100
TinyJ
X8664
PSDP
PDP10
PDP11
FX66
ST9Plus
ST7
MC68HC16
MC68HC11
MC68HC08
MC68HC05
SVx
ST19
VAX
CRIS
Javelin
Firepath
ZSP
MMIX
HUANY
Prism
AVR
FR30
D10V
D30V
V850
M32R
MN10300
MN10200
PicoJava
OR1K
ARCompact
Xtensa
SCoreOld
VideoCore
TMMGPP
NS32K
TPC
PicoJavaOld
SNP1K
ST200

Tuple Fields of Any

0: Elf64Half

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.