#[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: u16

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.