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: u32dwFlags: u32DestroyDriver: PDD_DESTROYDRIVERCreateSurface: PDD_CREATESURFACESetColorKey: PDD_SETCOLORKEYSetMode: PDD_SETMODEWaitForVerticalBlank: PDD_WAITFORVERTICALBLANKCanCreateSurface: PDD_CANCREATESURFACECreatePalette: PDD_CREATEPALETTEGetScanLine: PDD_GETSCANLINEMapMemory: PDD_MAPMEMORYTrait 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 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