Struct object::pe::ImageOs2Header
source · #[repr(C)]pub struct ImageOs2Header {Show 30 fields
pub ne_magic: U16<LE>,
pub ne_ver: i8,
pub ne_rev: i8,
pub ne_enttab: U16<LE>,
pub ne_cbenttab: U16<LE>,
pub ne_crc: I32<LE>,
pub ne_flags: U16<LE>,
pub ne_autodata: U16<LE>,
pub ne_heap: U16<LE>,
pub ne_stack: U16<LE>,
pub ne_csip: I32<LE>,
pub ne_sssp: I32<LE>,
pub ne_cseg: U16<LE>,
pub ne_cmod: U16<LE>,
pub ne_cbnrestab: U16<LE>,
pub ne_segtab: U16<LE>,
pub ne_rsrctab: U16<LE>,
pub ne_restab: U16<LE>,
pub ne_modtab: U16<LE>,
pub ne_imptab: U16<LE>,
pub ne_nrestab: I32<LE>,
pub ne_cmovent: U16<LE>,
pub ne_align: U16<LE>,
pub ne_cres: U16<LE>,
pub ne_exetyp: u8,
pub ne_flagsothers: u8,
pub ne_pretthunks: U16<LE>,
pub ne_psegrefbytes: U16<LE>,
pub ne_swaparea: U16<LE>,
pub ne_expver: U16<LE>,
}Expand description
OS/2 .EXE header
Fields§
§ne_magic: U16<LE>Magic number
ne_ver: i8Version number
ne_rev: i8Revision number
ne_enttab: U16<LE>Offset of Entry Table
ne_cbenttab: U16<LE>Number of bytes in Entry Table
ne_crc: I32<LE>Checksum of whole file
ne_flags: U16<LE>Flag word
ne_autodata: U16<LE>Automatic data segment number
ne_heap: U16<LE>Initial heap allocation
ne_stack: U16<LE>Initial stack allocation
ne_csip: I32<LE>Initial CS:IP setting
ne_sssp: I32<LE>Initial SS:SP setting
ne_cseg: U16<LE>Count of file segments
ne_cmod: U16<LE>Entries in Module Reference Table
ne_cbnrestab: U16<LE>Size of non-resident name table
ne_segtab: U16<LE>Offset of Segment Table
ne_rsrctab: U16<LE>Offset of Resource Table
ne_restab: U16<LE>Offset of resident name table
ne_modtab: U16<LE>Offset of Module Reference Table
ne_imptab: U16<LE>Offset of Imported Names Table
ne_nrestab: I32<LE>Offset of Non-resident Names Table
ne_cmovent: U16<LE>Count of movable entries
ne_align: U16<LE>Segment alignment shift count
ne_cres: U16<LE>Count of resource segments
ne_exetyp: u8Target Operating system
ne_flagsothers: u8Other .EXE flags
ne_pretthunks: U16<LE>offset to return thunks
ne_psegrefbytes: U16<LE>offset to segment ref. bytes
ne_swaparea: U16<LE>Minimum code swap area size
ne_expver: U16<LE>Expected Windows version number
Trait Implementations§
source§impl Clone for ImageOs2Header
impl Clone for ImageOs2Header
source§fn clone(&self) -> ImageOs2Header
fn clone(&self) -> ImageOs2Header
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more