Struct windows_sys::Win32::Graphics::DirectDraw::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,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
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
impl Copy for DD_GETVPORTFIELDDATA
Auto Trait Implementations
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
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