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: u32dwFlags: u32FreeDriverMemory: PDD_FREEDRIVERMEMORYSetExclusiveMode: PDD_SETEXCLUSIVEMODEFlipToGDISurface: PDD_FLIPTOGDISURFACETrait 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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more