Struct 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
st_name: Elf32_Wordst_value: Elf32_Addrst_size: Elf32_Wordst_info: c_ucharst_other: c_ucharst_shndx: Elf32_Section
Trait Implementations
impl Clone for Elf32_Sym
fn clone(&self) -> Elf32_Sym
impl Copy for Elf32_Sym
impl Debug for Elf32_Sym
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for Elf32_Sym
impl Hash for Elf32_Sym
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for Elf32_Sym
fn eq(&self, other: &Elf32_Sym) -> bool
impl StructuralPartialEq for Elf32_Sym
Auto Trait Implementations
impl Freeze for Elf32_Sym
impl RefUnwindSafe for Elf32_Sym
impl Send for Elf32_Sym
impl Sync for Elf32_Sym
impl Unpin for Elf32_Sym
impl UnsafeUnpin for Elf32_Sym
impl UnwindSafe for Elf32_Sym
Blanket Implementations
impl<T> Any for Elf32_Sym
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for Elf32_Sym
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for Elf32_Sym
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for Elf32_Sym
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for Elf32_Sym
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for Elf32_Sym
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for Elf32_Sym
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for Elf32_Sym
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>