Struct windows_sys::Win32::Media::MediaFoundation::MFVideoAlphaBitmap
[−]#[repr(C)]pub struct MFVideoAlphaBitmap {
pub GetBitmapFromDC: BOOL,
pub bitmap: MFVideoAlphaBitmap_0,
pub params: MFVideoAlphaBitmapParams,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Foundation"
, "Win32_Graphics_Direct3D9"
, "Win32_Graphics_Gdi"
Fields
GetBitmapFromDC: BOOL
bitmap: MFVideoAlphaBitmap_0
params: MFVideoAlphaBitmapParams
Trait Implementations
impl Clone for MFVideoAlphaBitmap
impl Clone for MFVideoAlphaBitmap
impl Copy for MFVideoAlphaBitmap
Auto Trait Implementations
impl RefUnwindSafe for MFVideoAlphaBitmap
impl !Send for MFVideoAlphaBitmap
impl !Sync for MFVideoAlphaBitmap
impl Unpin for MFVideoAlphaBitmap
impl UnwindSafe for MFVideoAlphaBitmap
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