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