#[repr(C)]pub struct Elf64_Ehdr {}Fields§
§e_ident: [u8; 16]§e_type: u16§e_machine: u16§e_version: u32§e_entry: u64§e_phoff: u64§e_shoff: u64§e_flags: u32§e_ehsize: u16§e_phentsize: u16§e_phnum: u16§e_shentsize: u16§e_shnum: u16§e_shstrndx: u16Trait Implementations§
Source§impl Clone for Elf64_Ehdr
 
impl Clone for Elf64_Ehdr
Source§fn clone(&self) -> Elf64_Ehdr
 
fn clone(&self) -> Elf64_Ehdr
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for Elf64_Ehdr
 
impl Debug for Elf64_Ehdr
Source§impl Hash for Elf64_Ehdr
 
impl Hash for Elf64_Ehdr
Source§impl PartialEq for Elf64_Ehdr
 
impl PartialEq for Elf64_Ehdr
impl Copy for Elf64_Ehdr
impl Eq for Elf64_Ehdr
impl StructuralPartialEq for Elf64_Ehdr
Auto Trait Implementations§
impl Freeze for Elf64_Ehdr
impl RefUnwindSafe for Elf64_Ehdr
impl Send for Elf64_Ehdr
impl Sync for Elf64_Ehdr
impl Unpin for Elf64_Ehdr
impl UnwindSafe for Elf64_Ehdr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.