Struct windows::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,
}
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
§fn clone(&self) -> DDRAWI_DDRAWSURFACE_GBL
fn clone(&self) -> DDRAWI_DDRAWSURFACE_GBL
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for DDRAWI_DDRAWSURFACE_GBL
impl Default for DDRAWI_DDRAWSURFACE_GBL
impl Copy for DDRAWI_DDRAWSURFACE_GBL
Auto Trait Implementations§
impl Freeze for DDRAWI_DDRAWSURFACE_GBL
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)