Struct windows_sys::Win32::Graphics::DirectDraw::DD_WAITFORVPORTSYNCDATA
[−]#[repr(C)]pub struct DD_WAITFORVPORTSYNCDATA {
pub lpDD: *mut DD_DIRECTDRAW_LOCAL,
pub lpVideoPort: *mut DD_VIDEOPORT_LOCAL,
pub dwFlags: u32,
pub dwLine: u32,
pub dwTimeOut: u32,
pub ddRVal: HRESULT,
pub UpdateVideoPort: *mut c_void,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
Fields
lpDD: *mut DD_DIRECTDRAW_LOCAL
lpVideoPort: *mut DD_VIDEOPORT_LOCAL
dwFlags: u32
dwLine: u32
dwTimeOut: u32
ddRVal: HRESULT
UpdateVideoPort: *mut c_void
Trait Implementations
impl Clone for DD_WAITFORVPORTSYNCDATA
impl Clone for DD_WAITFORVPORTSYNCDATA
impl Copy for DD_WAITFORVPORTSYNCDATA
Auto Trait Implementations
impl RefUnwindSafe for DD_WAITFORVPORTSYNCDATA
impl !Send for DD_WAITFORVPORTSYNCDATA
impl !Sync for DD_WAITFORVPORTSYNCDATA
impl Unpin for DD_WAITFORVPORTSYNCDATA
impl UnwindSafe for DD_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