Struct windows_sys::Win32::Graphics::DirectDraw::DDRAWI_DDRAWCLIPPER_LCL
[−]#[repr(C)]pub struct DDRAWI_DDRAWCLIPPER_LCL {
pub lpClipMore: u32,
pub lpGbl: *mut DDRAWI_DDRAWCLIPPER_GBL,
pub lpDD_lcl: *mut DDRAWI_DIRECTDRAW_LCL,
pub dwLocalRefCnt: u32,
pub pUnkOuter: IUnknown,
pub lpDD_int: *mut DDRAWI_DIRECTDRAW_INT,
pub dwReserved1: usize,
pub pAddrefedThisOwner: IUnknown,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
lpClipMore: u32
lpGbl: *mut DDRAWI_DDRAWCLIPPER_GBL
lpDD_lcl: *mut DDRAWI_DIRECTDRAW_LCL
dwLocalRefCnt: u32
pUnkOuter: IUnknown
lpDD_int: *mut DDRAWI_DIRECTDRAW_INT
dwReserved1: usize
pAddrefedThisOwner: IUnknown
Trait Implementations
impl Clone for DDRAWI_DDRAWCLIPPER_LCL
impl Clone for DDRAWI_DDRAWCLIPPER_LCL
impl Copy for DDRAWI_DDRAWCLIPPER_LCL
Auto Trait Implementations
impl RefUnwindSafe for DDRAWI_DDRAWCLIPPER_LCL
impl !Send for DDRAWI_DDRAWCLIPPER_LCL
impl !Sync for DDRAWI_DDRAWCLIPPER_LCL
impl Unpin for DDRAWI_DDRAWCLIPPER_LCL
impl UnwindSafe for DDRAWI_DDRAWCLIPPER_LCL
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