Struct openssl_sys::Elf64_Chdr
source · pub struct Elf64_Chdr {
pub ch_type: u32,
pub ch_reserved: u32,
pub ch_size: u64,
pub ch_addralign: u64,
}
Fields§
§ch_type: u32
§ch_reserved: u32
§ch_size: u64
§ch_addralign: u64
Trait Implementations§
source§impl Clone for Elf64_Chdr
impl Clone for Elf64_Chdr
source§fn clone(&self) -> Elf64_Chdr
fn clone(&self) -> Elf64_Chdr
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_Chdr
impl Debug for Elf64_Chdr
source§impl Hash for Elf64_Chdr
impl Hash for Elf64_Chdr
source§impl PartialEq<Elf64_Chdr> for Elf64_Chdr
impl PartialEq<Elf64_Chdr> for Elf64_Chdr
source§fn eq(&self, other: &Elf64_Chdr) -> bool
fn eq(&self, other: &Elf64_Chdr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.