Struct windows_sys::Win32::Graphics::DirectDraw::DDRAWI_DDRAWSURFACE_GBL
[−]#[repr(C)]pub struct DDRAWI_DDRAWSURFACE_GBL {
pub dwRefCnt: u32,
pub dwGlobalFlags: u32,
pub Anonymous1: DDRAWI_DDRAWSURFACE_GBL_0,
pub Anonymous2: DDRAWI_DDRAWSURFACE_GBL_1,
pub Anonymous3: DDRAWI_DDRAWSURFACE_GBL_2,
pub fpVidMem: usize,
pub Anonymous4: DDRAWI_DDRAWSURFACE_GBL_3,
pub wHeight: u16,
pub wWidth: u16,
pub dwUsageCount: u32,
pub dwReserved1: usize,
pub ddpfSurface: DDPIXELFORMAT,
}
Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’, ‘Win32_Graphics_Gdi’
Fields
dwRefCnt: u32
dwGlobalFlags: u32
Anonymous1: DDRAWI_DDRAWSURFACE_GBL_0
Anonymous2: DDRAWI_DDRAWSURFACE_GBL_1
Anonymous3: DDRAWI_DDRAWSURFACE_GBL_2
fpVidMem: usize
Anonymous4: DDRAWI_DDRAWSURFACE_GBL_3
wHeight: u16
wWidth: u16
dwUsageCount: u32
dwReserved1: usize
ddpfSurface: DDPIXELFORMAT
Trait Implementations
impl Clone for DDRAWI_DDRAWSURFACE_GBL
impl Clone for DDRAWI_DDRAWSURFACE_GBL
impl Copy for DDRAWI_DDRAWSURFACE_GBL
Auto Trait Implementations
impl RefUnwindSafe for DDRAWI_DDRAWSURFACE_GBL
impl !Send for DDRAWI_DDRAWSURFACE_GBL
impl !Sync for DDRAWI_DDRAWSURFACE_GBL
impl Unpin for DDRAWI_DDRAWSURFACE_GBL
impl UnwindSafe for DDRAWI_DDRAWSURFACE_GBL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more