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