Struct 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,
}
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
§fn clone(&self) -> DD_GETVPORTCONNECTDATA
fn clone(&self) -> DD_GETVPORTCONNECTDATA
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 DD_GETVPORTCONNECTDATA
impl Debug for DD_GETVPORTCONNECTDATA
§impl Default for DD_GETVPORTCONNECTDATA
impl Default for DD_GETVPORTCONNECTDATA
§impl PartialEq for DD_GETVPORTCONNECTDATA
impl PartialEq for DD_GETVPORTCONNECTDATA
impl Copy for DD_GETVPORTCONNECTDATA
impl StructuralPartialEq for DD_GETVPORTCONNECTDATA
Auto Trait Implementations§
impl Freeze for DD_GETVPORTCONNECTDATA
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§
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