Struct openssl_sys::Elf64_Phdr
source · pub struct Elf64_Phdr {
pub p_type: u32,
pub p_flags: u32,
pub p_offset: u64,
pub p_vaddr: u64,
pub p_paddr: u64,
pub p_filesz: u64,
pub p_memsz: u64,
pub p_align: u64,
}
Fields§
§p_type: u32
§p_flags: u32
§p_offset: u64
§p_vaddr: u64
§p_paddr: u64
§p_filesz: u64
§p_memsz: u64
§p_align: u64
Trait 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 Hash for Elf64_Phdr
impl Hash for Elf64_Phdr
source§impl PartialEq<Elf64_Phdr> for Elf64_Phdr
impl PartialEq<Elf64_Phdr> for Elf64_Phdr
source§fn eq(&self, other: &Elf64_Phdr) -> bool
fn eq(&self, other: &Elf64_Phdr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.