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