Struct object::pe::ImageFileHeader [−][src]
#[repr(C)]pub struct ImageFileHeader { pub machine: U16<LE>, pub number_of_sections: U16<LE>, pub time_date_stamp: U32<LE>, pub pointer_to_symbol_table: U32<LE>, pub number_of_symbols: U32<LE>, pub size_of_optional_header: U16<LE>, pub characteristics: U16<LE>, }
Fields
machine: U16<LE>
number_of_sections: U16<LE>
time_date_stamp: U32<LE>
pointer_to_symbol_table: U32<LE>
number_of_symbols: U32<LE>
size_of_optional_header: U16<LE>
characteristics: U16<LE>
Implementations
impl ImageFileHeader
[src]
impl ImageFileHeader
[src]Trait Implementations
impl Clone for ImageFileHeader
[src]
impl Clone for ImageFileHeader
[src]