Struct Elf_Sym

struct Elf_Sym { ... }

Fields

st_name: u32
st_info: u8
st_other: u8
st_shndx: u16
st_value: usize
st_size: usize

Implementations

impl Freeze for Elf_Sym

impl RefUnwindSafe for Elf_Sym

impl Send for Elf_Sym

impl Sync for Elf_Sym

impl Unpin for Elf_Sym

impl UnsafeUnpin for Elf_Sym

impl UnwindSafe for Elf_Sym

impl<T> Any for Elf_Sym

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Elf_Sym

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for Elf_Sym

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> From for Elf_Sym

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for Elf_Sym

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for Elf_Sym

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for Elf_Sym

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>