Struct win_sys::SystemServices::IMAGE_DOS_HEADER [−][src]
#[repr(C, packed(2))]pub struct IMAGE_DOS_HEADER {Show 19 fields
pub e_magic: u16,
pub e_cblp: u16,
pub e_cp: u16,
pub e_crlc: u16,
pub e_cparhdr: u16,
pub e_minalloc: u16,
pub e_maxalloc: u16,
pub e_ss: u16,
pub e_sp: u16,
pub e_csum: u16,
pub e_ip: u16,
pub e_cs: u16,
pub e_lfarlc: u16,
pub e_ovno: u16,
pub e_res: [u16; 4],
pub e_oemid: u16,
pub e_oeminfo: u16,
pub e_res2: [u16; 10],
pub e_lfanew: i32,
}Expand description
Required features: Win32_System_SystemServices
Fields
e_magic: u16e_cblp: u16e_cp: u16e_crlc: u16e_cparhdr: u16e_minalloc: u16e_maxalloc: u16e_ss: u16e_sp: u16e_csum: u16e_ip: u16e_cs: u16e_lfarlc: u16e_ovno: u16e_res: [u16; 4]e_oemid: u16e_oeminfo: u16e_res2: [u16; 10]e_lfanew: i32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_DOS_HEADER
impl Send for IMAGE_DOS_HEADER
impl Sync for IMAGE_DOS_HEADER
impl Unpin for IMAGE_DOS_HEADER
impl UnwindSafe for IMAGE_DOS_HEADER
Blanket Implementations
Mutably borrows from an owned value. Read more