[][src]Struct elf_rs::ProgramHeader32

#[repr(C)]
pub struct ProgramHeader32 { pub p_type: u32, pub p_flags: u32, pub p_offset: Self::Word, pub p_vaddr: Self::Word, pub p_paddr: Self::Word, pub p_filesz: Self::Word, pub p_memsz: Self::Word, pub p_align: Self::Word, }

Fields

p_type: u32p_flags: u32p_offset: Self::Wordp_vaddr: Self::Wordp_paddr: Self::Wordp_filesz: Self::Wordp_memsz: Self::Wordp_align: Self::Word

Trait Implementations

impl GenProgramHeader for ProgramHeader32[src]

type Word = u32

impl Debug for ProgramHeader32[src]

Auto Trait Implementations

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]