Struct windows_sys::Win32::Graphics::DirectDraw::DD_NTCALLBACKS
[−]#[repr(C)]pub struct DD_NTCALLBACKS {
pub dwSize: u32,
pub dwFlags: u32,
pub FreeDriverMemory: PDD_FREEDRIVERMEMORY,
pub SetExclusiveMode: PDD_SETEXCLUSIVEMODE,
pub FlipToGDISurface: PDD_FLIPTOGDISURFACE,
}
Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’
Fields
dwSize: u32
dwFlags: u32
FreeDriverMemory: PDD_FREEDRIVERMEMORY
SetExclusiveMode: PDD_SETEXCLUSIVEMODE
FlipToGDISurface: PDD_FLIPTOGDISURFACE
Trait Implementations
impl Clone for DD_NTCALLBACKS
impl Clone for DD_NTCALLBACKS
impl Copy for DD_NTCALLBACKS
Auto Trait Implementations
impl RefUnwindSafe for DD_NTCALLBACKS
impl Send for DD_NTCALLBACKS
impl Sync for DD_NTCALLBACKS
impl Unpin for DD_NTCALLBACKS
impl UnwindSafe for DD_NTCALLBACKS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more