Struct openssl_sys::Elf64_Ehdr
source · 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: u16
Trait 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<Elf64_Ehdr> for Elf64_Ehdr
impl PartialEq<Elf64_Ehdr> for Elf64_Ehdr
source§fn eq(&self, other: &Elf64_Ehdr) -> bool
fn eq(&self, other: &Elf64_Ehdr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.