#[repr(C)]pub struct DDHAL_DDMISCELLANEOUS2CALLBACKS {
pub dwSize: u32,
pub dwFlags: u32,
pub Reserved: *mut c_void,
pub CreateSurfaceEx: LPDDHAL_CREATESURFACEEX,
pub GetDriverState: LPDDHAL_GETDRIVERSTATE,
pub DestroyDDLocal: LPDDHAL_DESTROYDDLOCAL,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
dwSize: u32
dwFlags: u32
Reserved: *mut c_void
CreateSurfaceEx: LPDDHAL_CREATESURFACEEX
GetDriverState: LPDDHAL_GETDRIVERSTATE
DestroyDDLocal: LPDDHAL_DESTROYDDLOCAL
Trait Implementations
impl Clone for DDHAL_DDMISCELLANEOUS2CALLBACKS
impl Clone for DDHAL_DDMISCELLANEOUS2CALLBACKS
impl Copy for DDHAL_DDMISCELLANEOUS2CALLBACKS
Auto Trait Implementations
impl RefUnwindSafe for DDHAL_DDMISCELLANEOUS2CALLBACKS
impl !Send for DDHAL_DDMISCELLANEOUS2CALLBACKS
impl !Sync for DDHAL_DDMISCELLANEOUS2CALLBACKS
impl Unpin for DDHAL_DDMISCELLANEOUS2CALLBACKS
impl UnwindSafe for DDHAL_DDMISCELLANEOUS2CALLBACKS
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