#[repr(C)]pub struct DD_MISCELLANEOUSCALLBACKS {
pub dwSize: u32,
pub dwFlags: u32,
pub GetAvailDriverMemory: PDD_GETAVAILDRIVERMEMORY,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
dwSize: u32
dwFlags: u32
GetAvailDriverMemory: PDD_GETAVAILDRIVERMEMORY
Trait Implementations
impl Clone for DD_MISCELLANEOUSCALLBACKS
impl Clone for DD_MISCELLANEOUSCALLBACKS
impl Copy for DD_MISCELLANEOUSCALLBACKS
Auto Trait Implementations
impl RefUnwindSafe for DD_MISCELLANEOUSCALLBACKS
impl Send for DD_MISCELLANEOUSCALLBACKS
impl Sync for DD_MISCELLANEOUSCALLBACKS
impl Unpin for DD_MISCELLANEOUSCALLBACKS
impl UnwindSafe for DD_MISCELLANEOUSCALLBACKS
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