#[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: u32dwFlags: u32GetAvailDriverMemory: LPDDHAL_GETAVAILDRIVERMEMORYUpdateNonLocalHeap: LPDDHAL_UPDATENONLOCALHEAPGetHeapAlignment: LPDDHAL_GETHEAPALIGNMENTGetSysmemBltStatus: LPDDHALSURFCB_GETBLTSTATUSTrait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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