#[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_LCL
lpMoComp: *mut DDRAWI_DDMOTIONCOMP_LCL
lpSurface: *mut DDRAWI_DDRAWSURFACE_LCL
dwFlags: u32
ddRVal: HRESULT
QueryMoCompStatus: LPDDHALMOCOMPCB_QUERYSTATUS
Trait 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 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