Struct windows_sys::Win32::Graphics::DirectDraw::DDHAL_DDCALLBACKS
[−]#[repr(C)]pub struct DDHAL_DDCALLBACKS {
pub dwSize: u32,
pub dwFlags: u32,
pub DestroyDriver: LPDDHAL_DESTROYDRIVER,
pub CreateSurface: LPDDHAL_CREATESURFACE,
pub SetColorKey: LPDDHAL_SETCOLORKEY,
pub SetMode: LPDDHAL_SETMODE,
pub WaitForVerticalBlank: LPDDHAL_WAITFORVERTICALBLANK,
pub CanCreateSurface: LPDDHAL_CANCREATESURFACE,
pub CreatePalette: LPDDHAL_CREATEPALETTE,
pub GetScanLine: LPDDHAL_GETSCANLINE,
pub SetExclusiveMode: LPDDHAL_SETEXCLUSIVEMODE,
pub FlipToGDISurface: LPDDHAL_FLIPTOGDISURFACE,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
dwSize: u32
dwFlags: u32
DestroyDriver: LPDDHAL_DESTROYDRIVER
CreateSurface: LPDDHAL_CREATESURFACE
SetColorKey: LPDDHAL_SETCOLORKEY
SetMode: LPDDHAL_SETMODE
WaitForVerticalBlank: LPDDHAL_WAITFORVERTICALBLANK
CanCreateSurface: LPDDHAL_CANCREATESURFACE
CreatePalette: LPDDHAL_CREATEPALETTE
GetScanLine: LPDDHAL_GETSCANLINE
SetExclusiveMode: LPDDHAL_SETEXCLUSIVEMODE
FlipToGDISurface: LPDDHAL_FLIPTOGDISURFACE
Trait Implementations
impl Clone for DDHAL_DDCALLBACKS
impl Clone for DDHAL_DDCALLBACKS
impl Copy for DDHAL_DDCALLBACKS
Auto Trait Implementations
impl RefUnwindSafe for DDHAL_DDCALLBACKS
impl Send for DDHAL_DDCALLBACKS
impl Sync for DDHAL_DDCALLBACKS
impl Unpin for DDHAL_DDCALLBACKS
impl UnwindSafe for DDHAL_DDCALLBACKS
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