Struct DDHAL_WAITFORVPORTSYNCDATA
#[repr(C)]pub struct DDHAL_WAITFORVPORTSYNCDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_LCL,
pub lpVideoPort: *mut DDRAWI_DDVIDEOPORT_LCL,
pub dwFlags: u32,
pub dwLine: u32,
pub dwTimeOut: u32,
pub ddRVal: HRESULT,
pub WaitForVideoPortSync: LPDDHALVPORTCB_WAITFORSYNC,
}
Fields§
§lpDD: *mut DDRAWI_DIRECTDRAW_LCL
§lpVideoPort: *mut DDRAWI_DDVIDEOPORT_LCL
§dwFlags: u32
§dwLine: u32
§dwTimeOut: u32
§ddRVal: HRESULT
§WaitForVideoPortSync: LPDDHALVPORTCB_WAITFORSYNC
Trait Implementations§
§impl Clone for DDHAL_WAITFORVPORTSYNCDATA
impl Clone for DDHAL_WAITFORVPORTSYNCDATA
§fn clone(&self) -> DDHAL_WAITFORVPORTSYNCDATA
fn clone(&self) -> DDHAL_WAITFORVPORTSYNCDATA
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_WAITFORVPORTSYNCDATA
impl Debug for DDHAL_WAITFORVPORTSYNCDATA
§impl Default for DDHAL_WAITFORVPORTSYNCDATA
impl Default for DDHAL_WAITFORVPORTSYNCDATA
§impl PartialEq for DDHAL_WAITFORVPORTSYNCDATA
impl PartialEq for DDHAL_WAITFORVPORTSYNCDATA
impl Copy for DDHAL_WAITFORVPORTSYNCDATA
impl StructuralPartialEq for DDHAL_WAITFORVPORTSYNCDATA
Auto Trait Implementations§
impl Freeze for DDHAL_WAITFORVPORTSYNCDATA
impl RefUnwindSafe for DDHAL_WAITFORVPORTSYNCDATA
impl !Send for DDHAL_WAITFORVPORTSYNCDATA
impl !Sync for DDHAL_WAITFORVPORTSYNCDATA
impl Unpin for DDHAL_WAITFORVPORTSYNCDATA
impl UnwindSafe for DDHAL_WAITFORVPORTSYNCDATA
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