Struct windows_sys::Win32::Graphics::DirectDraw::DDRAWI_DDRAWCLIPPER_GBL
[−]#[repr(C)]pub struct DDRAWI_DDRAWCLIPPER_GBL {
pub dwRefCnt: u32,
pub dwFlags: u32,
pub lpDD: *mut DDRAWI_DIRECTDRAW_GBL,
pub dwProcessId: u32,
pub dwReserved1: usize,
pub hWnd: usize,
pub lpStaticClipList: *mut RGNDATA,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
dwRefCnt: u32
dwFlags: u32
lpDD: *mut DDRAWI_DIRECTDRAW_GBL
dwProcessId: u32
dwReserved1: usize
hWnd: usize
lpStaticClipList: *mut RGNDATA
Trait Implementations
impl Clone for DDRAWI_DDRAWCLIPPER_GBL
impl Clone for DDRAWI_DDRAWCLIPPER_GBL
impl Copy for DDRAWI_DDRAWCLIPPER_GBL
Auto Trait Implementations
impl RefUnwindSafe for DDRAWI_DDRAWCLIPPER_GBL
impl !Send for DDRAWI_DDRAWCLIPPER_GBL
impl !Sync for DDRAWI_DDRAWCLIPPER_GBL
impl Unpin for DDRAWI_DDRAWCLIPPER_GBL
impl UnwindSafe for DDRAWI_DDRAWCLIPPER_GBL
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