#[repr(C)]pub struct DDHAL_WAITFORVPORTSYNCDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_LCL,
pub lpVideoPort: *mut DDRAWI_DDVIDEOPORT_LCL,
pub dwFlags: u32,
pub dwLine: u32,
pub dwTimeOut: u32,
pub ddRVal: HRESULT,
pub WaitForVideoPortSync: LPDDHALVPORTCB_WAITFORSYNC,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_LCL
lpVideoPort: *mut DDRAWI_DDVIDEOPORT_LCL
dwFlags: u32
dwLine: u32
dwTimeOut: u32
ddRVal: HRESULT
WaitForVideoPortSync: LPDDHALVPORTCB_WAITFORSYNC
Trait Implementations
impl Clone for DDHAL_WAITFORVPORTSYNCDATA
impl Clone for DDHAL_WAITFORVPORTSYNCDATA
impl Copy for DDHAL_WAITFORVPORTSYNCDATA
Auto Trait Implementations
impl RefUnwindSafe for DDHAL_WAITFORVPORTSYNCDATA
impl !Send for DDHAL_WAITFORVPORTSYNCDATA
impl !Sync for DDHAL_WAITFORVPORTSYNCDATA
impl Unpin for DDHAL_WAITFORVPORTSYNCDATA
impl UnwindSafe for DDHAL_WAITFORVPORTSYNCDATA
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