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