#[repr(C)]pub struct DDHAL_DDMISCELLANEOUSCALLBACKS {
pub dwSize: u32,
pub dwFlags: u32,
pub GetAvailDriverMemory: LPDDHAL_GETAVAILDRIVERMEMORY,
pub UpdateNonLocalHeap: LPDDHAL_UPDATENONLOCALHEAP,
pub GetHeapAlignment: LPDDHAL_GETHEAPALIGNMENT,
pub GetSysmemBltStatus: LPDDHALSURFCB_GETBLTSTATUS,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
dwSize: u32
dwFlags: u32
GetAvailDriverMemory: LPDDHAL_GETAVAILDRIVERMEMORY
UpdateNonLocalHeap: LPDDHAL_UPDATENONLOCALHEAP
GetHeapAlignment: LPDDHAL_GETHEAPALIGNMENT
GetSysmemBltStatus: LPDDHALSURFCB_GETBLTSTATUS
Trait Implementations
impl Clone for DDHAL_DDMISCELLANEOUSCALLBACKS
impl Clone for DDHAL_DDMISCELLANEOUSCALLBACKS
impl Copy for DDHAL_DDMISCELLANEOUSCALLBACKS
Auto Trait Implementations
impl RefUnwindSafe for DDHAL_DDMISCELLANEOUSCALLBACKS
impl Send for DDHAL_DDMISCELLANEOUSCALLBACKS
impl Sync for DDHAL_DDMISCELLANEOUSCALLBACKS
impl Unpin for DDHAL_DDMISCELLANEOUSCALLBACKS
impl UnwindSafe for DDHAL_DDMISCELLANEOUSCALLBACKS
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