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