#[repr(C)]
pub struct DDRAWI_DDRAWSURFACE_GBL_MORE {
Show 19 fields pub dwSize: u32, pub Anonymous: DDRAWI_DDRAWSURFACE_GBL_MORE_0, pub pPageTable: *mut u32, pub cPages: u32, pub dwSavedDCContext: usize, pub fpAliasedVidMem: usize, pub dwDriverReserved: usize, pub dwHELReserved: usize, pub cPageUnlocks: u32, pub hKernelSurface: usize, pub dwKernelRefCnt: u32, pub lpColorInfo: *mut DDCOLORCONTROL, pub fpNTAlias: usize, pub dwContentsStamp: u32, pub lpvUnswappedDriverReserved: *mut c_void, pub lpDDRAWReserved2: *mut c_void, pub dwDDRAWReserved1: u32, pub dwDDRAWReserved2: u32, pub fpAliasOfVidMem: usize,
}
Expand description

Required features: "Win32_Graphics_DirectDraw"

Fields

dwSize: u32Anonymous: DDRAWI_DDRAWSURFACE_GBL_MORE_0pPageTable: *mut u32cPages: u32dwSavedDCContext: usizefpAliasedVidMem: usizedwDriverReserved: usizedwHELReserved: usizecPageUnlocks: u32hKernelSurface: usizedwKernelRefCnt: u32lpColorInfo: *mut DDCOLORCONTROLfpNTAlias: usizedwContentsStamp: u32lpvUnswappedDriverReserved: *mut c_voidlpDDRAWReserved2: *mut c_voiddwDDRAWReserved1: u32dwDDRAWReserved2: u32fpAliasOfVidMem: usize

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.