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