Struct windows_sys::Win32::Graphics::DirectDraw::DD_SURFACE_GLOBAL
[−]#[repr(C)]pub struct DD_SURFACE_GLOBAL {
pub Anonymous1: DD_SURFACE_GLOBAL_0,
pub Anonymous2: DD_SURFACE_GLOBAL_1,
pub fpVidMem: usize,
pub Anonymous3: DD_SURFACE_GLOBAL_2,
pub yHint: i32,
pub xHint: i32,
pub wHeight: u32,
pub wWidth: u32,
pub dwReserved1: usize,
pub ddpfSurface: DDPIXELFORMAT,
pub fpHeapOffset: usize,
pub hCreatorProcess: HANDLE,
}Expand description
Required features: "Win32_Graphics_DirectDraw", "Win32_Foundation"
Fields
Anonymous1: DD_SURFACE_GLOBAL_0Anonymous2: DD_SURFACE_GLOBAL_1fpVidMem: usizeAnonymous3: DD_SURFACE_GLOBAL_2yHint: i32xHint: i32wHeight: u32wWidth: u32dwReserved1: usizeddpfSurface: DDPIXELFORMATfpHeapOffset: usizehCreatorProcess: HANDLETrait Implementations
impl Clone for DD_SURFACE_GLOBAL
impl Clone for DD_SURFACE_GLOBAL
impl Copy for DD_SURFACE_GLOBAL
Auto Trait Implementations
impl RefUnwindSafe for DD_SURFACE_GLOBAL
impl !Send for DD_SURFACE_GLOBAL
impl !Sync for DD_SURFACE_GLOBAL
impl Unpin for DD_SURFACE_GLOBAL
impl UnwindSafe for DD_SURFACE_GLOBAL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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