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_voidlpLcl: *mut DDRAWI_DIRECTDRAW_LCLlpLink: *mut DDRAWI_DIRECTDRAW_INTdwIntRefCnt: u32Trait 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 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