[][src]Struct elf_rs::SectionHeader32

#[repr(C)]
pub struct SectionHeader32 { pub sh_name: u32, pub sh_type: u32, pub sh_flags: Self::Word, pub sh_addr: Self::Word, pub sh_offset: Self::Word, pub sh_size: Self::Word, pub sh_link: u32, pub sh_info: u32, pub sh_addralign: Self::Word, pub sh_entsize: Self::Word, }

Fields

sh_name: u32sh_type: u32sh_flags: Self::Wordsh_addr: Self::Wordsh_offset: Self::Wordsh_size: Self::Wordsh_link: u32sh_info: u32sh_addralign: Self::Wordsh_entsize: Self::Word

Trait Implementations

impl GenSectionHeader for SectionHeader32[src]

type Word = u32

impl Debug for SectionHeader32[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]