Struct DDFLIPVIDEOPORTINFO
#[repr(C)]pub struct DDFLIPVIDEOPORTINFO {
pub lpVideoPortData: *mut DDVIDEOPORTDATA,
pub lpCurrentSurface: *mut DDSURFACEDATA,
pub lpTargetSurface: *mut DDSURFACEDATA,
pub dwFlipVPFlags: u32,
}
Fields§
§lpVideoPortData: *mut DDVIDEOPORTDATA
§lpCurrentSurface: *mut DDSURFACEDATA
§lpTargetSurface: *mut DDSURFACEDATA
§dwFlipVPFlags: u32
Trait Implementations§
§impl Clone for DDFLIPVIDEOPORTINFO
impl Clone for DDFLIPVIDEOPORTINFO
§fn clone(&self) -> DDFLIPVIDEOPORTINFO
fn clone(&self) -> DDFLIPVIDEOPORTINFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DDFLIPVIDEOPORTINFO
impl Debug for DDFLIPVIDEOPORTINFO
§impl Default for DDFLIPVIDEOPORTINFO
impl Default for DDFLIPVIDEOPORTINFO
§impl PartialEq for DDFLIPVIDEOPORTINFO
impl PartialEq for DDFLIPVIDEOPORTINFO
impl Copy for DDFLIPVIDEOPORTINFO
impl StructuralPartialEq for DDFLIPVIDEOPORTINFO
Auto Trait Implementations§
impl Freeze for DDFLIPVIDEOPORTINFO
impl RefUnwindSafe for DDFLIPVIDEOPORTINFO
impl !Send for DDFLIPVIDEOPORTINFO
impl !Sync for DDFLIPVIDEOPORTINFO
impl Unpin for DDFLIPVIDEOPORTINFO
impl UnwindSafe for DDFLIPVIDEOPORTINFO
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more