Struct elf::types::Machine
[−]
[src]
pub struct Machine(pub u16);
Represents the ELF file machine architecture
Trait Implementations
impl Eq for Machine
[src]
impl PartialEq for Machine
[src]
fn eq(&self, __arg_0: &Machine) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Machine) -> bool
This method tests for !=
.
impl Clone for Machine
[src]
fn clone(&self) -> Machine
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