Struct Elf_Verdaux

struct Elf_Verdaux { ... }

Fields

vda_name: u32
_vda_next: u32

Implementations

impl Freeze for Elf_Verdaux

impl RefUnwindSafe for Elf_Verdaux

impl Send for Elf_Verdaux

impl Sync for Elf_Verdaux

impl Unpin for Elf_Verdaux

impl UnsafeUnpin for Elf_Verdaux

impl UnwindSafe for Elf_Verdaux

impl<T> Any for Elf_Verdaux

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Elf_Verdaux

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

impl<T> BorrowMut for Elf_Verdaux

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

impl<T> From for Elf_Verdaux

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for Elf_Verdaux

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_Verdaux

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

impl<T, U> TryInto for Elf_Verdaux

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