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