Struct windows_sys::Win32::Graphics::DirectDraw::DDRAWI_DDRAWCLIPPER_INT
[−]#[repr(C)]pub struct DDRAWI_DDRAWCLIPPER_INT {
pub lpVtbl: *mut c_void,
pub lpLcl: *mut DDRAWI_DDRAWCLIPPER_LCL,
pub lpLink: *mut DDRAWI_DDRAWCLIPPER_INT,
pub dwIntRefCnt: u32,
}
Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’, ‘Win32_Graphics_Gdi’
Fields
lpVtbl: *mut c_void
lpLcl: *mut DDRAWI_DDRAWCLIPPER_LCL
lpLink: *mut DDRAWI_DDRAWCLIPPER_INT
dwIntRefCnt: u32
Trait Implementations
impl Clone for DDRAWI_DDRAWCLIPPER_INT
impl Clone for DDRAWI_DDRAWCLIPPER_INT
impl Copy for DDRAWI_DDRAWCLIPPER_INT
Auto Trait Implementations
impl RefUnwindSafe for DDRAWI_DDRAWCLIPPER_INT
impl !Send for DDRAWI_DDRAWCLIPPER_INT
impl !Sync for DDRAWI_DDRAWCLIPPER_INT
impl Unpin for DDRAWI_DDRAWCLIPPER_INT
impl UnwindSafe for DDRAWI_DDRAWCLIPPER_INT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more