#[repr(C)]pub struct DDHAL_WAITFORVERTICALBLANKDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_GBL,
pub dwFlags: u32,
pub bIsInVB: u32,
pub hEvent: usize,
pub ddRVal: HRESULT,
pub WaitForVerticalBlank: LPDDHAL_WAITFORVERTICALBLANK,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_GBL
dwFlags: u32
bIsInVB: u32
hEvent: usize
ddRVal: HRESULT
WaitForVerticalBlank: LPDDHAL_WAITFORVERTICALBLANK
Trait Implementations
impl Clone for DDHAL_WAITFORVERTICALBLANKDATA
impl Clone for DDHAL_WAITFORVERTICALBLANKDATA
impl Copy for DDHAL_WAITFORVERTICALBLANKDATA
Auto Trait Implementations
impl RefUnwindSafe for DDHAL_WAITFORVERTICALBLANKDATA
impl !Send for DDHAL_WAITFORVERTICALBLANKDATA
impl !Sync for DDHAL_WAITFORVERTICALBLANKDATA
impl Unpin for DDHAL_WAITFORVERTICALBLANKDATA
impl UnwindSafe for DDHAL_WAITFORVERTICALBLANKDATA
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