Struct libc::Elf64_Chdr 
source · [−]#[repr(C)]pub struct Elf64_Chdr {
    pub ch_type: Elf64_Word,
    pub ch_reserved: Elf64_Word,
    pub ch_size: Elf64_Xword,
    pub ch_addralign: Elf64_Xword,
}Fields
ch_type: Elf64_Wordch_reserved: Elf64_Wordch_size: Elf64_Xwordch_addralign: Elf64_XwordTrait Implementations
sourceimpl Clone for Elf64_Chdr
 
impl Clone for Elf64_Chdr
sourcefn clone(&self) -> Elf64_Chdr
 
fn clone(&self) -> Elf64_Chdr
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for Elf64_Chdr
 
impl Debug for Elf64_Chdr
sourceimpl Hash for Elf64_Chdr
 
impl Hash for Elf64_Chdr
sourceimpl PartialEq<Elf64_Chdr> for Elf64_Chdr
 
impl PartialEq<Elf64_Chdr> for Elf64_Chdr
sourcefn eq(&self, other: &Elf64_Chdr) -> bool
 
fn eq(&self, other: &Elf64_Chdr) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &Elf64_Chdr) -> bool
 
fn ne(&self, other: &Elf64_Chdr) -> bool
This method tests for !=.
impl Copy for Elf64_Chdr
impl Eq for Elf64_Chdr
impl StructuralEq for Elf64_Chdr
impl StructuralPartialEq for Elf64_Chdr
Auto Trait Implementations
impl RefUnwindSafe for Elf64_Chdr
impl Send for Elf64_Chdr
impl Sync for Elf64_Chdr
impl Unpin for Elf64_Chdr
impl UnwindSafe for Elf64_Chdr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    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