Struct libc::Elf64_Chdr
source · #[repr(C)]pub struct Elf64_Chdr {
pub ch_type: Elf64_Word,
pub ch_reserved: Elf64_Word,
pub ch_size: Elf64_Xword,
pub ch_addralign: Elf64_Xword,
}
Fields§
§ch_type: Elf64_Word
§ch_reserved: Elf64_Word
§ch_size: Elf64_Xword
§ch_addralign: Elf64_Xword
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 ==
.