#[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_LCLdwPortId: u32lpConnect: *mut DDVIDEOPORTCONNECTdwNumEntries: u32ddRVal: HRESULTGetVideoPortConnectInfo: LPDDHALVPORTCB_GETVPORTCONNECTTrait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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