Struct libc::Elf64_Shdr
source · [−]#[repr(C)]pub struct Elf64_Shdr {
pub sh_name: Elf64_Word,
pub sh_type: Elf64_Word,
pub sh_flags: Elf64_Xword,
pub sh_addr: Elf64_Addr,
pub sh_offset: Elf64_Off,
pub sh_size: Elf64_Xword,
pub sh_link: Elf64_Word,
pub sh_info: Elf64_Word,
pub sh_addralign: Elf64_Xword,
pub sh_entsize: Elf64_Xword,
}
Fields
sh_name: Elf64_Word
sh_type: Elf64_Word
sh_flags: Elf64_Xword
sh_addr: Elf64_Addr
sh_offset: Elf64_Off
sh_size: Elf64_Xword
sh_link: Elf64_Word
sh_info: Elf64_Word
sh_addralign: Elf64_Xword
sh_entsize: Elf64_Xword
Trait Implementations
sourceimpl Clone for Elf64_Shdr
impl Clone for Elf64_Shdr
sourcefn clone(&self) -> Elf64_Shdr
fn clone(&self) -> Elf64_Shdr
Returns a copy of the value. Read more
1.0.0const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Elf64_Shdr
impl Debug for Elf64_Shdr
sourceimpl Hash for Elf64_Shdr
impl Hash for Elf64_Shdr
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [
Hasher
]. Read more1.3.0fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
Feeds a slice of this type into the given [
Hasher
]. Read moresourceimpl PartialEq<Elf64_Shdr> for Elf64_Shdr
impl PartialEq<Elf64_Shdr> for Elf64_Shdr
sourcefn eq(&self, other: &Elf64_Shdr) -> bool
fn eq(&self, other: &Elf64_Shdr) -> bool
impl Copy for Elf64_Shdr
impl Eq for Elf64_Shdr
impl StructuralEq for Elf64_Shdr
impl StructuralPartialEq for Elf64_Shdr
Auto Trait Implementations
impl RefUnwindSafe for Elf64_Shdr
impl Send for Elf64_Shdr
impl Sync for Elf64_Shdr
impl Unpin for Elf64_Shdr
impl UnwindSafe for Elf64_Shdr
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more