#[repr(C)]pub struct DDHAL_QUERYMOCOMPSTATUSDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_LCL,
pub lpMoComp: *mut DDRAWI_DDMOTIONCOMP_LCL,
pub lpSurface: *mut DDRAWI_DDRAWSURFACE_LCL,
pub dwFlags: u32,
pub ddRVal: HRESULT,
pub QueryMoCompStatus: LPDDHALMOCOMPCB_QUERYSTATUS,
}Expand description
Required features: "Win32_Graphics_DirectDraw", "Win32_Foundation", "Win32_Graphics_Gdi"
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_LCLlpMoComp: *mut DDRAWI_DDMOTIONCOMP_LCLlpSurface: *mut DDRAWI_DDRAWSURFACE_LCLdwFlags: u32ddRVal: HRESULTQueryMoCompStatus: LPDDHALMOCOMPCB_QUERYSTATUSTrait Implementations
impl Clone for DDHAL_QUERYMOCOMPSTATUSDATA
impl Clone for DDHAL_QUERYMOCOMPSTATUSDATA
impl Copy for DDHAL_QUERYMOCOMPSTATUSDATA
Auto Trait Implementations
impl RefUnwindSafe for DDHAL_QUERYMOCOMPSTATUSDATA
impl !Send for DDHAL_QUERYMOCOMPSTATUSDATA
impl !Sync for DDHAL_QUERYMOCOMPSTATUSDATA
impl Unpin for DDHAL_QUERYMOCOMPSTATUSDATA
impl UnwindSafe for DDHAL_QUERYMOCOMPSTATUSDATA
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