#[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,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
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
impl Copy for DD_MISCELLANEOUS2CALLBACKS
Auto Trait Implementations
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
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