[][src]Struct libc::Elf32_Ehdr

#[repr(C)]
pub struct Elf32_Ehdr {
    pub e_ident: [c_uchar; 16],
    pub e_type: Elf32_Half,
    pub e_machine: Elf32_Half,
    pub e_version: Elf32_Word,
    pub e_entry: Elf32_Addr,
    pub e_phoff: Elf32_Off,
    pub e_shoff: Elf32_Off,
    pub e_flags: Elf32_Word,
    pub e_ehsize: Elf32_Half,
    pub e_phentsize: Elf32_Half,
    pub e_phnum: Elf32_Half,
    pub e_shentsize: Elf32_Half,
    pub e_shnum: Elf32_Half,
    pub e_shstrndx: Elf32_Half,
}

Fields

e_ident: [c_uchar; 16]e_type: Elf32_Halfe_machine: Elf32_Halfe_version: Elf32_Worde_entry: Elf32_Addre_phoff: Elf32_Offe_shoff: Elf32_Offe_flags: Elf32_Worde_ehsize: Elf32_Halfe_phentsize: Elf32_Halfe_phnum: Elf32_Halfe_shentsize: Elf32_Halfe_shnum: Elf32_Halfe_shstrndx: Elf32_Half

Trait Implementations

impl Copy for Elf32_Ehdr[src]

impl Clone for Elf32_Ehdr[src]

Auto Trait Implementations

impl Unpin for Elf32_Ehdr

impl Send for Elf32_Ehdr

impl Sync for Elf32_Ehdr

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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