Struct libc::Elf64_Sym
#[repr(C)]
pub struct Elf64_Sym {
pub st_name: Elf64_Word,
pub st_info: ::c_uchar,
pub st_other: ::c_uchar,
pub st_shndx: Elf64_Section,
pub st_value: Elf64_Addr,
pub st_size: Elf64_Xword,
}
Fields
pub st_name: Elf64_Word
pub st_info: ::c_uchar
pub st_other: ::c_uchar
pub st_shndx: Elf64_Section
pub st_value: Elf64_Addr
pub st_size: Elf64_Xword
Trait Implementations
impl Debug for Elf64_Sym
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for Elf64_Sym
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for Elf64_Sym
impl StructuralPartialEq for Elf64_Sym
Auto Trait Implementations
impl RefUnwindSafe for Elf64_Sym
impl UnwindSafe for Elf64_Sym
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T