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