Struct windows::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,
}
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
§fn clone(&self) -> DDHAL_DDCALLBACKS
fn clone(&self) -> DDHAL_DDCALLBACKS
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 Debug for DDHAL_DDCALLBACKS
impl Debug for DDHAL_DDCALLBACKS
§impl Default for DDHAL_DDCALLBACKS
impl Default for DDHAL_DDCALLBACKS
impl Copy for DDHAL_DDCALLBACKS
Auto Trait Implementations§
impl Freeze for DDHAL_DDCALLBACKS
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§
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
)