Struct windows_sys::Win32::Graphics::DirectDraw::DD_KERNELCALLBACKS
[−]#[repr(C)]pub struct DD_KERNELCALLBACKS {
pub dwSize: u32,
pub dwFlags: u32,
pub SyncSurfaceData: PDD_KERNELCB_SYNCSURFACE,
pub SyncVideoPortData: PDD_KERNELCB_SYNCVIDEOPORT,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
Fields
dwSize: u32
dwFlags: u32
SyncSurfaceData: PDD_KERNELCB_SYNCSURFACE
SyncVideoPortData: PDD_KERNELCB_SYNCVIDEOPORT
Trait Implementations
impl Clone for DD_KERNELCALLBACKS
impl Clone for DD_KERNELCALLBACKS
impl Copy for DD_KERNELCALLBACKS
Auto Trait Implementations
impl RefUnwindSafe for DD_KERNELCALLBACKS
impl Send for DD_KERNELCALLBACKS
impl Sync for DD_KERNELCALLBACKS
impl Unpin for DD_KERNELCALLBACKS
impl UnwindSafe for DD_KERNELCALLBACKS
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