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