Struct Elf_Verdef

struct Elf_Verdef { ... }

Fields

vd_version: u16
vd_flags: u16
vd_ndx: u16
vd_cnt: u16
vd_hash: u32
vd_aux: u32
vd_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) -> T

Returns the argument unchanged.

impl<T, U> Into for Elf_Verdef

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_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>