Struct Elf_auxv_t

struct Elf_auxv_t { ... }

Fields

a_type: usize
a_val: *mut c_void

Implementations

impl Clone for Elf_auxv_t

fn clone(self: &Self) -> Elf_auxv_t

impl Freeze for Elf_auxv_t

impl RefUnwindSafe for Elf_auxv_t

impl Send for Elf_auxv_t

impl Sync for Elf_auxv_t

impl Unpin for Elf_auxv_t

impl UnsafeUnpin for Elf_auxv_t

impl UnwindSafe for Elf_auxv_t

impl<T> Any for Elf_auxv_t

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Elf_auxv_t

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

impl<T> BorrowMut for Elf_auxv_t

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

impl<T> CloneToUninit for Elf_auxv_t

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for Elf_auxv_t

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for Elf_auxv_t

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_auxv_t

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

impl<T, U> TryInto for Elf_auxv_t

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