[][src]Struct libc::Elf64_Ehdr

#[repr(C)]pub struct Elf64_Ehdr {
    pub e_ident: [c_uchar; 16],
    pub e_type: Elf64_Half,
    pub e_machine: Elf64_Half,
    pub e_version: Elf64_Word,
    pub e_entry: Elf64_Addr,
    pub e_phoff: Elf64_Off,
    pub e_shoff: Elf64_Off,
    pub e_flags: Elf64_Word,
    pub e_ehsize: Elf64_Half,
    pub e_phentsize: Elf64_Half,
    pub e_phnum: Elf64_Half,
    pub e_shentsize: Elf64_Half,
    pub e_shnum: Elf64_Half,
    pub e_shstrndx: Elf64_Half,
}

Fields

e_ident: [c_uchar; 16]e_type: Elf64_Halfe_machine: Elf64_Halfe_version: Elf64_Worde_entry: Elf64_Addre_phoff: Elf64_Offe_shoff: Elf64_Offe_flags: Elf64_Worde_ehsize: Elf64_Halfe_phentsize: Elf64_Halfe_phnum: Elf64_Halfe_shentsize: Elf64_Halfe_shnum: Elf64_Halfe_shstrndx: Elf64_Half

Trait Implementations

impl Clone for Elf64_Ehdr[src]

impl Copy for Elf64_Ehdr[src]

Auto Trait Implementations

impl Send for Elf64_Ehdr

impl Sync for Elf64_Ehdr

impl Unpin for Elf64_Ehdr

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.