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