Struct xmas_elf::header::HeaderPt2_ [] [src]

pub struct HeaderPt2_<P> {
    pub type_: Type_,
    pub machine: Machine,
    pub version: u32,
    pub entry_point: P,
    pub ph_offset: P,
    pub sh_offset: P,
    pub flags: u32,
    pub header_size: u16,
    pub ph_entry_size: u16,
    pub ph_count: u16,
    pub sh_entry_size: u16,
    pub sh_count: u16,
    pub sh_str_index: u16,
}

Fields

type_: Type_ machine: Machine version: u32 entry_point: P ph_offset: P sh_offset: P flags: u32 header_size: u16 ph_entry_size: u16 ph_count: u16 sh_entry_size: u16 sh_count: u16 sh_str_index: u16

Trait Implementations

impl<P> Pod for HeaderPt2_<P>
[src]

impl<P: Display> Display for HeaderPt2_<P>
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.