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