[][src]Struct gdnative::libc::Elf32_Ehdr

#[repr(C)]
pub struct Elf32_Ehdr { pub e_ident: [u8; 16], pub e_type: u16, pub e_machine: u16, pub e_version: u32, pub e_entry: u32, pub e_phoff: u32, pub e_shoff: u32, pub e_flags: u32, pub e_ehsize: u16, pub e_phentsize: u16, pub e_phnum: u16, pub e_shentsize: u16, pub e_shnum: u16, pub e_shstrndx: u16, }

Fields

e_ident: [u8; 16]e_type: u16e_machine: u16e_version: u32e_entry: u32e_phoff: u32e_shoff: u32e_flags: u32e_ehsize: u16e_phentsize: u16e_phnum: u16e_shentsize: u16e_shnum: u16e_shstrndx: u16

Trait Implementations

impl Copy for Elf32_Ehdr
[src]

impl Clone for Elf32_Ehdr
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Elf32_Ehdr

impl Sync for Elf32_Ehdr

Blanket Implementations

impl<T> From for T
[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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