#[repr(C)]pub struct DDHAL_GETVPORTCONNECTDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_LCL,
pub dwPortId: u32,
pub lpConnect: *mut DDVIDEOPORTCONNECT,
pub dwNumEntries: u32,
pub ddRVal: HRESULT,
pub GetVideoPortConnectInfo: LPDDHALVPORTCB_GETVPORTCONNECT,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_LCL
dwPortId: u32
lpConnect: *mut DDVIDEOPORTCONNECT
dwNumEntries: u32
ddRVal: HRESULT
GetVideoPortConnectInfo: LPDDHALVPORTCB_GETVPORTCONNECT
Trait Implementations
impl Clone for DDHAL_GETVPORTCONNECTDATA
impl Clone for DDHAL_GETVPORTCONNECTDATA
impl Copy for DDHAL_GETVPORTCONNECTDATA
Auto Trait Implementations
impl RefUnwindSafe for DDHAL_GETVPORTCONNECTDATA
impl !Send for DDHAL_GETVPORTCONNECTDATA
impl !Sync for DDHAL_GETVPORTCONNECTDATA
impl Unpin for DDHAL_GETVPORTCONNECTDATA
impl UnwindSafe for DDHAL_GETVPORTCONNECTDATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more