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

#[repr(C)]
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

Trait Implementations

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

Formats the value using the given formatter.

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

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

Formats the value using the given formatter.