Struct windows_sys::Win32::Graphics::DirectDraw::DDHAL_GETVPORTFIELDDATA
[−]#[repr(C)]pub struct DDHAL_GETVPORTFIELDDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_LCL,
pub lpVideoPort: *mut DDRAWI_DDVIDEOPORT_LCL,
pub bField: BOOL,
pub ddRVal: HRESULT,
pub GetVideoPortField: LPDDHALVPORTCB_GETFIELD,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_LCL
lpVideoPort: *mut DDRAWI_DDVIDEOPORT_LCL
bField: BOOL
ddRVal: HRESULT
GetVideoPortField: LPDDHALVPORTCB_GETFIELD
Trait Implementations
impl Clone for DDHAL_GETVPORTFIELDDATA
impl Clone for DDHAL_GETVPORTFIELDDATA
impl Copy for DDHAL_GETVPORTFIELDDATA
Auto Trait Implementations
impl RefUnwindSafe for DDHAL_GETVPORTFIELDDATA
impl !Send for DDHAL_GETVPORTFIELDDATA
impl !Sync for DDHAL_GETVPORTFIELDDATA
impl Unpin for DDHAL_GETVPORTFIELDDATA
impl UnwindSafe for DDHAL_GETVPORTFIELDDATA
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