#[repr(C)]
pub union MFVideoAlphaBitmap_0 {
pub hdc: HDC,
pub pDDS: IDirect3DSurface9,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Foundation"
, "Win32_Graphics_Direct3D9"
, "Win32_Graphics_Gdi"
Fields
hdc: HDC
pDDS: IDirect3DSurface9
Trait Implementations
impl Clone for MFVideoAlphaBitmap_0
impl Clone for MFVideoAlphaBitmap_0
impl Copy for MFVideoAlphaBitmap_0
Auto Trait Implementations
impl RefUnwindSafe for MFVideoAlphaBitmap_0
impl !Send for MFVideoAlphaBitmap_0
impl !Sync for MFVideoAlphaBitmap_0
impl Unpin for MFVideoAlphaBitmap_0
impl UnwindSafe for MFVideoAlphaBitmap_0
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