Struct windows_sys::Win32::Graphics::DirectDraw::DDVIDEOPORTNOTIFY
[−]#[repr(C)]pub struct DDVIDEOPORTNOTIFY {
pub ApproximateTimeStamp: i64,
pub lField: i32,
pub dwSurfaceIndex: u32,
pub lDone: i32,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
ApproximateTimeStamp: i64
lField: i32
dwSurfaceIndex: u32
lDone: i32
Trait Implementations
impl Clone for DDVIDEOPORTNOTIFY
impl Clone for DDVIDEOPORTNOTIFY
impl Copy for DDVIDEOPORTNOTIFY
Auto Trait Implementations
impl RefUnwindSafe for DDVIDEOPORTNOTIFY
impl Send for DDVIDEOPORTNOTIFY
impl Sync for DDVIDEOPORTNOTIFY
impl Unpin for DDVIDEOPORTNOTIFY
impl UnwindSafe for DDVIDEOPORTNOTIFY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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