Struct DD_GETVPORTFIELDDATA
#[repr(C)]pub struct DD_GETVPORTFIELDDATA {
pub lpDD: *mut DD_DIRECTDRAW_LOCAL,
pub lpVideoPort: *mut DD_VIDEOPORT_LOCAL,
pub bField: BOOL,
pub ddRVal: HRESULT,
pub GetVideoPortField: *mut c_void,
}
Fields§
§lpDD: *mut DD_DIRECTDRAW_LOCAL
§lpVideoPort: *mut DD_VIDEOPORT_LOCAL
§bField: BOOL
§ddRVal: HRESULT
§GetVideoPortField: *mut c_void
Trait Implementations§
§impl Clone for DD_GETVPORTFIELDDATA
impl Clone for DD_GETVPORTFIELDDATA
§fn clone(&self) -> DD_GETVPORTFIELDDATA
fn clone(&self) -> DD_GETVPORTFIELDDATA
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_GETVPORTFIELDDATA
impl Debug for DD_GETVPORTFIELDDATA
§impl Default for DD_GETVPORTFIELDDATA
impl Default for DD_GETVPORTFIELDDATA
§impl PartialEq for DD_GETVPORTFIELDDATA
impl PartialEq for DD_GETVPORTFIELDDATA
impl Copy for DD_GETVPORTFIELDDATA
impl StructuralPartialEq for DD_GETVPORTFIELDDATA
Auto Trait Implementations§
impl Freeze for DD_GETVPORTFIELDDATA
impl RefUnwindSafe for DD_GETVPORTFIELDDATA
impl !Send for DD_GETVPORTFIELDDATA
impl !Sync for DD_GETVPORTFIELDDATA
impl Unpin for DD_GETVPORTFIELDDATA
impl UnwindSafe for DD_GETVPORTFIELDDATA
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