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