#[repr(C)]pub struct ImageFileHeader {
pub machine: u16,
pub number_of_sections: u16,
pub time_date_stamp: u32,
pub pointer_to_symbol_table: u32,
pub number_of_symbols: u32,
pub size_of_optional_header: u16,
pub characteristics: u16,
}
Fields§
§machine: u16
§number_of_sections: u16
§time_date_stamp: u32
§pointer_to_symbol_table: u32
§number_of_symbols: u32
§size_of_optional_header: u16
§characteristics: u16
Auto Trait Implementations§
impl Freeze for ImageFileHeader
impl RefUnwindSafe for ImageFileHeader
impl Send for ImageFileHeader
impl Sync for ImageFileHeader
impl Unpin for ImageFileHeader
impl UnwindSafe for ImageFileHeader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more