Struct windows_sys::Win32::Graphics::DirectDraw::DDFLIPVIDEOPORTINFO
[−]#[repr(C)]pub struct DDFLIPVIDEOPORTINFO {
pub lpVideoPortData: *mut DDVIDEOPORTDATA,
pub lpCurrentSurface: *mut DDSURFACEDATA,
pub lpTargetSurface: *mut DDSURFACEDATA,
pub dwFlipVPFlags: u32,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
lpVideoPortData: *mut DDVIDEOPORTDATA
lpCurrentSurface: *mut DDSURFACEDATA
lpTargetSurface: *mut DDSURFACEDATA
dwFlipVPFlags: u32
Trait Implementations
impl Clone for DDFLIPVIDEOPORTINFO
impl Clone for DDFLIPVIDEOPORTINFO
impl Copy for DDFLIPVIDEOPORTINFO
Auto Trait Implementations
impl RefUnwindSafe for DDFLIPVIDEOPORTINFO
impl !Send for DDFLIPVIDEOPORTINFO
impl !Sync for DDFLIPVIDEOPORTINFO
impl Unpin for DDFLIPVIDEOPORTINFO
impl UnwindSafe for DDFLIPVIDEOPORTINFO
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