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]fn clone(&self) -> ImageFileHeader[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ImageFileHeader[src]
impl Pod for ImageFileHeader[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
The resulting type after obtaining ownership.