Struct win_sys::SystemServices::IMAGE_OS2_HEADER [−][src]
#[repr(C, packed(2))]pub struct IMAGE_OS2_HEADER {Show 30 fields
pub ne_magic: u16,
pub ne_ver: CHAR,
pub ne_rev: CHAR,
pub ne_enttab: u16,
pub ne_cbenttab: u16,
pub ne_crc: i32,
pub ne_flags: u16,
pub ne_autodata: u16,
pub ne_heap: u16,
pub ne_stack: u16,
pub ne_csip: i32,
pub ne_sssp: i32,
pub ne_cseg: u16,
pub ne_cmod: u16,
pub ne_cbnrestab: u16,
pub ne_segtab: u16,
pub ne_rsrctab: u16,
pub ne_restab: u16,
pub ne_modtab: u16,
pub ne_imptab: u16,
pub ne_nrestab: i32,
pub ne_cmovent: u16,
pub ne_align: u16,
pub ne_cres: u16,
pub ne_exetyp: u8,
pub ne_flagsothers: u8,
pub ne_pretthunks: u16,
pub ne_psegrefbytes: u16,
pub ne_swaparea: u16,
pub ne_expver: u16,
}Expand description
Required features: Win32_System_SystemServices, Win32_Foundation
Fields
ne_magic: u16ne_ver: CHARne_rev: CHARne_enttab: u16ne_cbenttab: u16ne_crc: i32ne_flags: u16ne_autodata: u16ne_heap: u16ne_stack: u16ne_csip: i32ne_sssp: i32ne_cseg: u16ne_cmod: u16ne_cbnrestab: u16ne_segtab: u16ne_rsrctab: u16ne_restab: u16ne_modtab: u16ne_imptab: u16ne_nrestab: i32ne_cmovent: u16ne_align: u16ne_cres: u16ne_exetyp: u8ne_flagsothers: u8ne_pretthunks: u16ne_psegrefbytes: u16ne_swaparea: u16ne_expver: u16Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_OS2_HEADER
impl Send for IMAGE_OS2_HEADER
impl Sync for IMAGE_OS2_HEADER
impl Unpin for IMAGE_OS2_HEADER
impl UnwindSafe for IMAGE_OS2_HEADER
Blanket Implementations
Mutably borrows from an owned value. Read more