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