Struct linux_loader::elf::elf64_phdr  
source · #[repr(C)]pub struct elf64_phdr {
    pub p_type: Elf64_Word,
    pub p_flags: Elf64_Word,
    pub p_offset: Elf64_Off,
    pub p_vaddr: Elf64_Addr,
    pub p_paddr: Elf64_Addr,
    pub p_filesz: Elf64_Xword,
    pub p_memsz: Elf64_Xword,
    pub p_align: Elf64_Xword,
}Fields§
§p_type: Elf64_Word§p_flags: Elf64_Word§p_offset: Elf64_Off§p_vaddr: Elf64_Addr§p_paddr: Elf64_Addr§p_filesz: Elf64_Xword§p_memsz: Elf64_Xword§p_align: Elf64_XwordTrait Implementations§
source§impl Clone for elf64_phdr
 
impl Clone for elf64_phdr
source§fn clone(&self) -> elf64_phdr
 
fn clone(&self) -> elf64_phdr
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_phdr
 
impl Debug for elf64_phdr
source§impl Default for elf64_phdr
 
impl Default for elf64_phdr
source§fn default() -> elf64_phdr
 
fn default() -> elf64_phdr
Returns the “default value” for a type. Read more
impl Copy for elf64_phdr
Auto Trait Implementations§
impl RefUnwindSafe for elf64_phdr
impl Send for elf64_phdr
impl Sync for elf64_phdr
impl Unpin for elf64_phdr
impl UnwindSafe for elf64_phdr
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