Struct Elf_Ehdr
struct Elf_Ehdr { ... }
Fields
e_ident: [u8; 16]e_type: u16e_machine: u16e_version: u32e_entry: usizee_phoff: usizee_shoff: usizee_flags: u32e_ehsize: u16e_phentsize: u16e_phnum: u16e_shentsize: u16e_shnum: u16e_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) -> TReturns the argument unchanged.
impl<T, U> Into for Elf_Ehdr
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_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>