Struct windows_sys::Win32::Graphics::DirectDraw::DDRAWI_DIRECTDRAW_INT
[−]#[repr(C)]pub struct DDRAWI_DIRECTDRAW_INT {
pub lpVtbl: *mut c_void,
pub lpLcl: *mut DDRAWI_DIRECTDRAW_LCL,
pub lpLink: *mut DDRAWI_DIRECTDRAW_INT,
pub dwIntRefCnt: u32,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
lpVtbl: *mut c_void
lpLcl: *mut DDRAWI_DIRECTDRAW_LCL
lpLink: *mut DDRAWI_DIRECTDRAW_INT
dwIntRefCnt: u32
Trait Implementations
impl Clone for DDRAWI_DIRECTDRAW_INT
impl Clone for DDRAWI_DIRECTDRAW_INT
impl Copy for DDRAWI_DIRECTDRAW_INT
Auto Trait Implementations
impl RefUnwindSafe for DDRAWI_DIRECTDRAW_INT
impl !Send for DDRAWI_DIRECTDRAW_INT
impl !Sync for DDRAWI_DIRECTDRAW_INT
impl Unpin for DDRAWI_DIRECTDRAW_INT
impl UnwindSafe for DDRAWI_DIRECTDRAW_INT
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