Struct elf::file::Architecture  
source · [−]pub struct Architecture(pub u16);Expand description
Represents the ELF file machine architecture
Tuple Fields
0: u16Trait Implementations
sourceimpl Clone for Architecture
 
impl Clone for Architecture
sourcefn clone(&self) -> Architecture
 
fn clone(&self) -> Architecture
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
 
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for Architecture
 
impl Debug for Architecture
sourceimpl Display for Architecture
 
impl Display for Architecture
sourceimpl PartialEq<Architecture> for Architecture
 
impl PartialEq<Architecture> for Architecture
sourcefn eq(&self, other: &Architecture) -> bool
 
fn eq(&self, other: &Architecture) -> bool
impl Copy for Architecture
impl Eq for Architecture
impl StructuralEq for Architecture
impl StructuralPartialEq for Architecture
Auto Trait Implementations
impl RefUnwindSafe for Architecture
impl Send for Architecture
impl Sync for Architecture
impl Unpin for Architecture
impl UnwindSafe for Architecture
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more