Struct elfloader::elf::Machine[][src]

pub struct Machine(pub u16);

Represents the ELF file machine architecture

Trait Implementations

impl Copy for Machine
[src]

impl Clone for Machine
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Machine
[src]

impl PartialEq for Machine
[src]

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

This method tests for !=.

impl Debug for Machine
[src]

Formats the value using the given formatter. Read more

impl Display for Machine
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Machine

impl Sync for Machine