#[repr(C)]pub struct Elf32_Sym {
pub st_name: u32,
pub st_value: u32,
pub st_size: u32,
pub st_info: u8,
pub st_other: u8,
pub st_shndx: u16,
}
Fields§
§st_name: u32
§st_value: u32
§st_size: u32
§st_info: u8
§st_other: u8
§st_shndx: u16
Trait Implementations§
source§impl PartialEq<Elf32_Sym> for Elf32_Sym
impl PartialEq<Elf32_Sym> for Elf32_Sym
impl Copy for Elf32_Sym
impl Eq for Elf32_Sym
impl StructuralEq for Elf32_Sym
impl StructuralPartialEq for Elf32_Sym
Auto Trait Implementations§
impl RefUnwindSafe for Elf32_Sym
impl Send for Elf32_Sym
impl Sync for Elf32_Sym
impl Unpin for Elf32_Sym
impl UnwindSafe for Elf32_Sym
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.