#[repr(C)]pub struct MFVideoAlphaBitmapParams {
pub dwFlags: u32,
pub clrSrcKey: u32,
pub rcSrc: RECT,
pub nrcDest: MFVideoNormalizedRect,
pub fAlpha: f32,
pub dwFilterMode: u32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Foundation"
Fields
dwFlags: u32
clrSrcKey: u32
rcSrc: RECT
nrcDest: MFVideoNormalizedRect
fAlpha: f32
dwFilterMode: u32
Trait Implementations
impl Clone for MFVideoAlphaBitmapParams
impl Clone for MFVideoAlphaBitmapParams
impl Copy for MFVideoAlphaBitmapParams
Auto Trait Implementations
impl RefUnwindSafe for MFVideoAlphaBitmapParams
impl Send for MFVideoAlphaBitmapParams
impl Sync for MFVideoAlphaBitmapParams
impl Unpin for MFVideoAlphaBitmapParams
impl UnwindSafe for MFVideoAlphaBitmapParams
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