#[repr(C)]pub struct DD_GETAVAILDRIVERMEMORYDATA {
pub lpDD: *mut DD_DIRECTDRAW_GLOBAL,
pub DDSCaps: DDSCAPS,
pub dwTotal: u32,
pub dwFree: u32,
pub ddRVal: HRESULT,
pub GetAvailDriverMemory: *mut c_void,
}
Expand description
Required features: ‘Win32_Graphics_DirectDraw’
Fields
lpDD: *mut DD_DIRECTDRAW_GLOBAL
DDSCaps: DDSCAPS
dwTotal: u32
dwFree: u32
ddRVal: HRESULT
GetAvailDriverMemory: *mut c_void
Trait Implementations
impl Clone for DD_GETAVAILDRIVERMEMORYDATA
impl Clone for DD_GETAVAILDRIVERMEMORYDATA
impl Copy for DD_GETAVAILDRIVERMEMORYDATA
Auto Trait Implementations
impl RefUnwindSafe for DD_GETAVAILDRIVERMEMORYDATA
impl !Send for DD_GETAVAILDRIVERMEMORYDATA
impl !Sync for DD_GETAVAILDRIVERMEMORYDATA
impl Unpin for DD_GETAVAILDRIVERMEMORYDATA
impl UnwindSafe for DD_GETAVAILDRIVERMEMORYDATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more