Struct Elf_Phdr
struct Elf_Phdr { ... }
Fields
p_type: u32p_flags: u32p_offset: usizep_vaddr: usizep_paddr: usizep_filesz: usizep_memsz: usizep_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) -> TReturns the argument unchanged.
impl<T, U> Into for Elf_Phdr
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses 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>