Struct windows_sys::Win32::Graphics::DirectDraw::DD_GETVPORTCONNECTDATA
[−]#[repr(C)]pub struct DD_GETVPORTCONNECTDATA {
pub lpDD: *mut DD_DIRECTDRAW_LOCAL,
pub dwPortId: u32,
pub lpConnect: *mut DDVIDEOPORTCONNECT,
pub dwNumEntries: u32,
pub ddRVal: HRESULT,
pub GetVideoPortConnectInfo: *mut c_void,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
lpDD: *mut DD_DIRECTDRAW_LOCAL
dwPortId: u32
lpConnect: *mut DDVIDEOPORTCONNECT
dwNumEntries: u32
ddRVal: HRESULT
GetVideoPortConnectInfo: *mut c_void
Trait Implementations
impl Clone for DD_GETVPORTCONNECTDATA
impl Clone for DD_GETVPORTCONNECTDATA
impl Copy for DD_GETVPORTCONNECTDATA
Auto Trait Implementations
impl RefUnwindSafe for DD_GETVPORTCONNECTDATA
impl !Send for DD_GETVPORTCONNECTDATA
impl !Sync for DD_GETVPORTCONNECTDATA
impl Unpin for DD_GETVPORTCONNECTDATA
impl UnwindSafe for DD_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