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_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
Trait Implementations
impl Clone for Elf64_Shdr
fn clone(&Self) -> Elf64_Shdr
impl Copy for Elf64_Shdr
impl Debug for Elf64_Shdr
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for Elf64_Shdr
impl 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) -> bool
fn ne(&Self, other: &Elf64_Shdr) -> bool
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 T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T