Struct windows_sys::Win32::Graphics::DirectDraw::DD_GETFLIPSTATUSDATA
[−]#[repr(C)]pub struct DD_GETFLIPSTATUSDATA {
pub lpDD: *mut DD_DIRECTDRAW_GLOBAL,
pub lpDDSurface: *mut DD_SURFACE_LOCAL,
pub dwFlags: u32,
pub ddRVal: HRESULT,
pub GetFlipStatus: *mut c_void,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
Fields
lpDD: *mut DD_DIRECTDRAW_GLOBAL
lpDDSurface: *mut DD_SURFACE_LOCAL
dwFlags: u32
ddRVal: HRESULT
GetFlipStatus: *mut c_void
Trait Implementations
impl Clone for DD_GETFLIPSTATUSDATA
impl Clone for DD_GETFLIPSTATUSDATA
impl Copy for DD_GETFLIPSTATUSDATA
Auto Trait Implementations
impl RefUnwindSafe for DD_GETFLIPSTATUSDATA
impl !Send for DD_GETFLIPSTATUSDATA
impl !Sync for DD_GETFLIPSTATUSDATA
impl Unpin for DD_GETFLIPSTATUSDATA
impl UnwindSafe for DD_GETFLIPSTATUSDATA
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