Struct windows_sys::Win32::Graphics::DirectDraw::DD_FREEDRIVERMEMORYDATA
[−]#[repr(C)]pub struct DD_FREEDRIVERMEMORYDATA {
pub lpDD: *mut DD_DIRECTDRAW_GLOBAL,
pub lpDDSurface: *mut DD_SURFACE_LOCAL,
pub ddRVal: HRESULT,
pub FreeDriverMemory: *mut c_void,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
Fields
lpDD: *mut DD_DIRECTDRAW_GLOBAL
lpDDSurface: *mut DD_SURFACE_LOCAL
ddRVal: HRESULT
FreeDriverMemory: *mut c_void
Trait Implementations
impl Clone for DD_FREEDRIVERMEMORYDATA
impl Clone for DD_FREEDRIVERMEMORYDATA
impl Copy for DD_FREEDRIVERMEMORYDATA
Auto Trait Implementations
impl RefUnwindSafe for DD_FREEDRIVERMEMORYDATA
impl !Send for DD_FREEDRIVERMEMORYDATA
impl !Sync for DD_FREEDRIVERMEMORYDATA
impl Unpin for DD_FREEDRIVERMEMORYDATA
impl UnwindSafe for DD_FREEDRIVERMEMORYDATA
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