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