#[repr(C)]pub struct DDHAL_CANCREATEVPORTDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_LCL,
pub lpDDVideoPortDesc: *mut DDVIDEOPORTDESC,
pub ddRVal: HRESULT,
pub CanCreateVideoPort: LPDDHALVPORTCB_CANCREATEVIDEOPORT,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_LCL
lpDDVideoPortDesc: *mut DDVIDEOPORTDESC
ddRVal: HRESULT
CanCreateVideoPort: LPDDHALVPORTCB_CANCREATEVIDEOPORT
Trait Implementations
impl Clone for DDHAL_CANCREATEVPORTDATA
impl Clone for DDHAL_CANCREATEVPORTDATA
impl Copy for DDHAL_CANCREATEVPORTDATA
Auto Trait Implementations
impl RefUnwindSafe for DDHAL_CANCREATEVPORTDATA
impl !Send for DDHAL_CANCREATEVPORTDATA
impl !Sync for DDHAL_CANCREATEVPORTDATA
impl Unpin for DDHAL_CANCREATEVPORTDATA
impl UnwindSafe for DDHAL_CANCREATEVPORTDATA
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