Struct windows::Win32::Graphics::DirectDraw::DD_MISCELLANEOUS2CALLBACKS
#[repr(C)]pub struct DD_MISCELLANEOUS2CALLBACKS {
pub dwSize: u32,
pub dwFlags: u32,
pub AlphaBlt: PDD_ALPHABLT,
pub CreateSurfaceEx: PDD_CREATESURFACEEX,
pub GetDriverState: PDD_GETDRIVERSTATE,
pub DestroyDDLocal: PDD_DESTROYDDLOCAL,
}
Fields§
§dwSize: u32
§dwFlags: u32
§AlphaBlt: PDD_ALPHABLT
§CreateSurfaceEx: PDD_CREATESURFACEEX
§GetDriverState: PDD_GETDRIVERSTATE
§DestroyDDLocal: PDD_DESTROYDDLOCAL
Trait Implementations§
§impl Clone for DD_MISCELLANEOUS2CALLBACKS
impl Clone for DD_MISCELLANEOUS2CALLBACKS
§fn clone(&self) -> DD_MISCELLANEOUS2CALLBACKS
fn clone(&self) -> DD_MISCELLANEOUS2CALLBACKS
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_MISCELLANEOUS2CALLBACKS
impl Debug for DD_MISCELLANEOUS2CALLBACKS
§impl Default for DD_MISCELLANEOUS2CALLBACKS
impl Default for DD_MISCELLANEOUS2CALLBACKS
impl Copy for DD_MISCELLANEOUS2CALLBACKS
Auto Trait Implementations§
impl Freeze for DD_MISCELLANEOUS2CALLBACKS
impl RefUnwindSafe for DD_MISCELLANEOUS2CALLBACKS
impl Send for DD_MISCELLANEOUS2CALLBACKS
impl Sync for DD_MISCELLANEOUS2CALLBACKS
impl Unpin for DD_MISCELLANEOUS2CALLBACKS
impl UnwindSafe for DD_MISCELLANEOUS2CALLBACKS
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
)