Struct DD_GETVPORTFLIPSTATUSDATA
#[repr(C)]pub struct DD_GETVPORTFLIPSTATUSDATA {
pub lpDD: *mut DD_DIRECTDRAW_LOCAL,
pub fpSurface: usize,
pub ddRVal: HRESULT,
pub GetVideoPortFlipStatus: *mut c_void,
}
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
§fn clone(&self) -> DD_GETVPORTFLIPSTATUSDATA
fn clone(&self) -> DD_GETVPORTFLIPSTATUSDATA
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 DD_GETVPORTFLIPSTATUSDATA
impl Debug for DD_GETVPORTFLIPSTATUSDATA
§impl Default for DD_GETVPORTFLIPSTATUSDATA
impl Default for DD_GETVPORTFLIPSTATUSDATA
§impl PartialEq for DD_GETVPORTFLIPSTATUSDATA
impl PartialEq for DD_GETVPORTFLIPSTATUSDATA
impl Copy for DD_GETVPORTFLIPSTATUSDATA
impl StructuralPartialEq for DD_GETVPORTFLIPSTATUSDATA
Auto Trait Implementations§
impl Freeze for DD_GETVPORTFLIPSTATUSDATA
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§
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