Struct Elf_Verdef
struct Elf_Verdef { ... }
Fields
vd_version: u16vd_flags: u16vd_ndx: u16vd_cnt: u16vd_hash: u32vd_aux: u32vd_next: u32
Implementations
impl Freeze for Elf_Verdef
impl RefUnwindSafe for Elf_Verdef
impl Send for Elf_Verdef
impl Sync for Elf_Verdef
impl Unpin for Elf_Verdef
impl UnsafeUnpin for Elf_Verdef
impl UnwindSafe for Elf_Verdef
impl<T> Any for Elf_Verdef
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Elf_Verdef
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Elf_Verdef
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for Elf_Verdef
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for Elf_Verdef
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for Elf_Verdef
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Elf_Verdef
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>