pub struct IMAGE_OS2_HEADER {
Show 30 fields pub ne_magic: u16, pub ne_ver: i8, pub ne_rev: i8, 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: i8§ne_rev: i8§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§

source§

impl Clone for IMAGE_OS2_HEADER

source§

fn clone(&self) -> IMAGE_OS2_HEADER

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Copy for IMAGE_OS2_HEADER

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.