Struct windows_sys::Win32::System::SystemServices::IMAGE_OS2_HEADER
#[repr(C, packed(2))]pub struct IMAGE_OS2_HEADER {Show 30 fields
pub ne_magic: u16,
pub ne_ver: u8,
pub ne_rev: u8,
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,
}
Fields§
§ne_magic: u16
§ne_ver: u8
§ne_rev: u8
§ne_enttab: u16
§ne_cbenttab: u16
§ne_crc: i32
§ne_flags: u16
§ne_autodata: u16
§ne_heap: u16
§ne_stack: u16
§ne_csip: i32
§ne_sssp: i32
§ne_cseg: u16
§ne_cmod: u16
§ne_cbnrestab: u16
§ne_segtab: u16
§ne_rsrctab: u16
§ne_restab: u16
§ne_modtab: u16
§ne_imptab: u16
§ne_nrestab: i32
§ne_cmovent: u16
§ne_align: u16
§ne_cres: u16
§ne_exetyp: u8
§ne_flagsothers: u8
§ne_pretthunks: u16
§ne_psegrefbytes: u16
§ne_swaparea: u16
§ne_expver: u16
Trait Implementations§
§impl Clone for IMAGE_OS2_HEADER
impl Clone for IMAGE_OS2_HEADER
impl Copy for IMAGE_OS2_HEADER
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§
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