pub enum ELFMACHINE {
Show 86 variants EMNONE, EMM32, EMSPARC, EM386, EM68K, EM88K, EMIAMCU, EM860, EMMIPS, EMS370, EMMIPSRS3LE, EMPARISC, EMVPP500, EMSPARC32PLUS, EM960, EMPPC, EMPPC64, EMS390, EMSPU, EMV800, EMFR20, EMRH32, EMRCE, EMARM, EMFAKEALPHA, EMSH, EMSPARCV9, EMTRICORE, EMARC, EMH8300, EMH8300H, EMH8S, EMH8500, EMMIPSX, EMCOLDFIRE, EM68HC12, EMMMA, EMPCP, EMNCPU, EMNDR1, EMSTARCORE, EMME16, EMST100, EMTINYJ, EMX8664, EMPDSP, EMPDP10, EMPDP11, EMFX66, EMST9PLUS, EMST7, EM68HC16, EM68HC11, EM68HC08, EM68HC05, EMSVX, EMST19, EMVAX, EMCRIS, EMJAVELIN, EMFIREPATH, EMZSP, EMMMIX, EMHUANY, EMPRISM, EMAVR, EMFR30, EMD10V, EMD30V, EMV850, EMM32R, EMMN10300, EMMN10200, EMPJ, EMOR1K, EMARCCOMPACT, EMXTENSA, EMSCOREOLD, EMVIDEOCORE, EMTMMGPP, EMNS32K, EMTPC, EMPJOLD, EMSNP1K, EMST200, ANY(Elf64Half),
}

Variants

EMNONE

EMM32

EMSPARC

EM386

EM68K

EM88K

EMIAMCU

EM860

EMMIPS

EMS370

EMMIPSRS3LE

EMPARISC

EMVPP500

EMSPARC32PLUS

EM960

EMPPC

EMPPC64

EMS390

EMSPU

EMV800

EMFR20

EMRH32

EMRCE

EMARM

EMFAKEALPHA

EMSH

EMSPARCV9

EMTRICORE

EMARC

EMH8300

EMH8300H

EMH8S

EMH8500

EMMIPSX

EMCOLDFIRE

EM68HC12

EMMMA

EMPCP

EMNCPU

EMNDR1

EMSTARCORE

EMME16

EMST100

EMTINYJ

EMX8664

EMPDSP

EMPDP10

EMPDP11

EMFX66

EMST9PLUS

EMST7

EM68HC16

EM68HC11

EM68HC08

EM68HC05

EMSVX

EMST19

EMVAX

EMCRIS

EMJAVELIN

EMFIREPATH

EMZSP

EMMMIX

EMHUANY

EMPRISM

EMAVR

EMFR30

EMD10V

EMD30V

EMV850

EMM32R

EMMN10300

EMMN10200

EMPJ

EMOR1K

EMARCCOMPACT

EMXTENSA

EMSCOREOLD

EMVIDEOCORE

EMTMMGPP

EMNS32K

EMTPC

EMPJOLD

EMSNP1K

EMST200

ANY(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.