Union Elf_Dyn_Union

union Elf_Dyn_Union { ... }

Fields

d_val: u64
d_ptr: usize

Implementations

impl Clone for Elf_Dyn_Union

fn clone(self: &Self) -> Elf_Dyn_Union

impl Copy for Elf_Dyn_Union

impl Freeze for Elf_Dyn_Union

impl RefUnwindSafe for Elf_Dyn_Union

impl Send for Elf_Dyn_Union

impl Sync for Elf_Dyn_Union

impl Unpin for Elf_Dyn_Union

impl UnsafeUnpin for Elf_Dyn_Union

impl UnwindSafe for Elf_Dyn_Union

impl<T> Any for Elf_Dyn_Union

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Elf_Dyn_Union

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

impl<T> BorrowMut for Elf_Dyn_Union

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

impl<T> CloneToUninit for Elf_Dyn_Union

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

impl<T> From for Elf_Dyn_Union

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for Elf_Dyn_Union

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_Dyn_Union

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

impl<T, U> TryInto for Elf_Dyn_Union

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