Struct libc::Elf64_Shdr
#[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
pub sh_name: Elf64_Wordpub sh_type: Elf64_Wordpub sh_flags: Elf64_Xwordpub sh_addr: Elf64_Addrpub sh_offset: Elf64_Offpub sh_size: Elf64_Xwordpub sh_link: Elf64_Wordpub sh_info: Elf64_Wordpub sh_addralign: Elf64_Xwordpub sh_entsize: Elf64_XwordTrait Implementations
impl Clone for Elf64_Shdr
fn clone(&Self) -> Elf64_Shdrimpl Copy for Elf64_Shdrimpl Debug for Elf64_Shdr
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for Elf64_Shdrimpl Hash for Elf64_Shdr
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<Elf64_Shdr> for Elf64_Shdr
fn eq(&Self, other: &Elf64_Shdr) -> boolfn ne(&Self, other: &Elf64_Shdr) -> boolimpl StructuralEq for Elf64_Shdrimpl StructuralPartialEq for Elf64_ShdrAuto Trait Implementations
impl RefUnwindSafe for Elf64_Shdrimpl Send for Elf64_Shdrimpl Sync for Elf64_Shdrimpl Unpin for Elf64_Shdrimpl UnwindSafe for Elf64_ShdrBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T