Struct Elf_Phdr

struct Elf_Phdr { ... }

Fields

p_type: u32
p_flags: u32
p_offset: usize
p_vaddr: usize
p_paddr: usize
p_filesz: usize
p_memsz: usize
p_align: usize

Implementations

impl Freeze for Elf_Phdr

impl RefUnwindSafe for Elf_Phdr

impl Send for Elf_Phdr

impl Sync for Elf_Phdr

impl Unpin for Elf_Phdr

impl UnsafeUnpin for Elf_Phdr

impl UnwindSafe for Elf_Phdr

impl<T> Any for Elf_Phdr

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Elf_Phdr

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

impl<T> BorrowMut for Elf_Phdr

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

impl<T> From for Elf_Phdr

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for Elf_Phdr

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_Phdr

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

impl<T, U> TryInto for Elf_Phdr

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