#[repr(C)]
pub union DDRAWI_DDRAWSURFACE_GBL_2 {
pub lpDD: *mut DDRAWI_DIRECTDRAW_GBL,
pub lpDDHandle: *mut c_void,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_GBL
lpDDHandle: *mut c_void
Trait Implementations
impl Clone for DDRAWI_DDRAWSURFACE_GBL_2
impl Clone for DDRAWI_DDRAWSURFACE_GBL_2
impl Copy for DDRAWI_DDRAWSURFACE_GBL_2
Auto Trait Implementations
impl RefUnwindSafe for DDRAWI_DDRAWSURFACE_GBL_2
impl !Send for DDRAWI_DDRAWSURFACE_GBL_2
impl !Sync for DDRAWI_DDRAWSURFACE_GBL_2
impl Unpin for DDRAWI_DDRAWSURFACE_GBL_2
impl UnwindSafe for DDRAWI_DDRAWSURFACE_GBL_2
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