Struct Elf_Ehdr

struct Elf_Ehdr { ... }

Fields

e_ident: [u8; 16]
e_type: u16
e_machine: u16
e_version: u32
e_entry: usize
e_phoff: usize
e_shoff: usize
e_flags: u32
e_ehsize: u16
e_phentsize: u16
e_phnum: u16
e_shentsize: u16
e_shnum: u16
e_shstrndx: u16

Implementations

impl Freeze for Elf_Ehdr

impl RefUnwindSafe for Elf_Ehdr

impl Send for Elf_Ehdr

impl Sync for Elf_Ehdr

impl Unpin for Elf_Ehdr

impl UnsafeUnpin for Elf_Ehdr

impl UnwindSafe for Elf_Ehdr

impl<T> Any for Elf_Ehdr

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Elf_Ehdr

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

impl<T> BorrowMut for Elf_Ehdr

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

impl<T> From for Elf_Ehdr

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for Elf_Ehdr

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_Ehdr

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

impl<T, U> TryInto for Elf_Ehdr

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