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