Struct windows_sys::Win32::Graphics::DirectDraw::DD_CALLBACKS
[−]#[repr(C)]pub struct DD_CALLBACKS {
pub dwSize: u32,
pub dwFlags: u32,
pub DestroyDriver: PDD_DESTROYDRIVER,
pub CreateSurface: PDD_CREATESURFACE,
pub SetColorKey: PDD_SETCOLORKEY,
pub SetMode: PDD_SETMODE,
pub WaitForVerticalBlank: PDD_WAITFORVERTICALBLANK,
pub CanCreateSurface: PDD_CANCREATESURFACE,
pub CreatePalette: PDD_CREATEPALETTE,
pub GetScanLine: PDD_GETSCANLINE,
pub MapMemory: PDD_MAPMEMORY,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
dwSize: u32
dwFlags: u32
DestroyDriver: PDD_DESTROYDRIVER
CreateSurface: PDD_CREATESURFACE
SetColorKey: PDD_SETCOLORKEY
SetMode: PDD_SETMODE
WaitForVerticalBlank: PDD_WAITFORVERTICALBLANK
CanCreateSurface: PDD_CANCREATESURFACE
CreatePalette: PDD_CREATEPALETTE
GetScanLine: PDD_GETSCANLINE
MapMemory: PDD_MAPMEMORY
Trait Implementations
impl Clone for DD_CALLBACKS
impl Clone for DD_CALLBACKS
impl Copy for DD_CALLBACKS
Auto Trait Implementations
impl RefUnwindSafe for DD_CALLBACKS
impl Send for DD_CALLBACKS
impl Sync for DD_CALLBACKS
impl Unpin for DD_CALLBACKS
impl UnwindSafe for DD_CALLBACKS
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