Struct windows::Win32::System::SystemServices::IMAGE_VXD_HEADER

#[repr(C, packed(2))]
pub struct IMAGE_VXD_HEADER {
Show 51 fields pub e32_magic: u16, pub e32_border: u8, pub e32_worder: u8, pub e32_level: u32, pub e32_cpu: u16, pub e32_os: u16, pub e32_ver: u32, pub e32_mflags: u32, pub e32_mpages: u32, pub e32_startobj: u32, pub e32_eip: u32, pub e32_stackobj: u32, pub e32_esp: u32, pub e32_pagesize: u32, pub e32_lastpagesize: u32, pub e32_fixupsize: u32, pub e32_fixupsum: u32, pub e32_ldrsize: u32, pub e32_ldrsum: u32, pub e32_objtab: u32, pub e32_objcnt: u32, pub e32_objmap: u32, pub e32_itermap: u32, pub e32_rsrctab: u32, pub e32_rsrccnt: u32, pub e32_restab: u32, pub e32_enttab: u32, pub e32_dirtab: u32, pub e32_dircnt: u32, pub e32_fpagetab: u32, pub e32_frectab: u32, pub e32_impmod: u32, pub e32_impmodcnt: u32, pub e32_impproc: u32, pub e32_pagesum: u32, pub e32_datapage: u32, pub e32_preload: u32, pub e32_nrestab: u32, pub e32_cbnrestab: u32, pub e32_nressum: u32, pub e32_autodata: u32, pub e32_debuginfo: u32, pub e32_debuglen: u32, pub e32_instpreload: u32, pub e32_instdemand: u32, pub e32_heapsize: u32, pub e32_res3: [u8; 12], pub e32_winresoff: u32, pub e32_winreslen: u32, pub e32_devid: u16, pub e32_ddkver: u16,
}

Fields§

§e32_magic: u16§e32_border: u8§e32_worder: u8§e32_level: u32§e32_cpu: u16§e32_os: u16§e32_ver: u32§e32_mflags: u32§e32_mpages: u32§e32_startobj: u32§e32_eip: u32§e32_stackobj: u32§e32_esp: u32§e32_pagesize: u32§e32_lastpagesize: u32§e32_fixupsize: u32§e32_fixupsum: u32§e32_ldrsize: u32§e32_ldrsum: u32§e32_objtab: u32§e32_objcnt: u32§e32_objmap: u32§e32_itermap: u32§e32_rsrctab: u32§e32_rsrccnt: u32§e32_restab: u32§e32_enttab: u32§e32_dirtab: u32§e32_dircnt: u32§e32_fpagetab: u32§e32_frectab: u32§e32_impmod: u32§e32_impmodcnt: u32§e32_impproc: u32§e32_pagesum: u32§e32_datapage: u32§e32_preload: u32§e32_nrestab: u32§e32_cbnrestab: u32§e32_nressum: u32§e32_autodata: u32§e32_debuginfo: u32§e32_debuglen: u32§e32_instpreload: u32§e32_instdemand: u32§e32_heapsize: u32§e32_res3: [u8; 12]§e32_winresoff: u32§e32_winreslen: u32§e32_devid: u16§e32_ddkver: u16

Trait Implementations§

§

impl Clone for IMAGE_VXD_HEADER

§

fn clone(&self) -> IMAGE_VXD_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
§

impl Default for IMAGE_VXD_HEADER

§

fn default() -> Self

Returns the “default value” for a type. Read more
§

impl Copy for IMAGE_VXD_HEADER

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where T: Clone,

source§

default unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> CloneToUninit for T
where T: Copy,

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

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

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.

§

impl<T, U> Param<T, CopyType> for U
where T: TypeKind<TypeKind = CopyType> + Clone, U: TypeKind<TypeKind = CopyType> + Clone + CanInto<T>,

§

unsafe fn param(self) -> ParamValue<T>

source§

impl<T> ToOwned for T
where 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 T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

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

Performs the conversion.
source§

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

§

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

The type returned in the event of a conversion error.
source§

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

Performs the conversion.