#[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: u32
Anonymous: DDRAWI_DDRAWSURFACE_GBL_MORE_0
pPageTable: *mut u32
cPages: u32
dwSavedDCContext: usize
fpAliasedVidMem: usize
dwDriverReserved: usize
dwHELReserved: usize
cPageUnlocks: u32
hKernelSurface: usize
dwKernelRefCnt: u32
lpColorInfo: *mut DDCOLORCONTROL
fpNTAlias: usize
dwContentsStamp: u32
lpvUnswappedDriverReserved: *mut c_void
lpDDRAWReserved2: *mut c_void
dwDDRAWReserved1: u32
dwDDRAWReserved2: u32
fpAliasOfVidMem: usize
Trait Implementations
impl Clone for DDRAWI_DDRAWSURFACE_GBL_MORE
impl Clone for DDRAWI_DDRAWSURFACE_GBL_MORE
impl Copy for DDRAWI_DDRAWSURFACE_GBL_MORE
Auto Trait Implementations
impl RefUnwindSafe for DDRAWI_DDRAWSURFACE_GBL_MORE
impl !Send for DDRAWI_DDRAWSURFACE_GBL_MORE
impl !Sync for DDRAWI_DDRAWSURFACE_GBL_MORE
impl Unpin for DDRAWI_DDRAWSURFACE_GBL_MORE
impl UnwindSafe for DDRAWI_DDRAWSURFACE_GBL_MORE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more