#[repr(C)]pub struct MFVideoAlphaBitmapParams {
pub dwFlags: u32,
pub clrSrcKey: COLORREF,
pub rcSrc: RECT,
pub nrcDest: MFVideoNormalizedRect,
pub fAlpha: f32,
pub dwFilterMode: u32,
}Expand description
Required features: "Win32_Media_MediaFoundation", "Win32_Foundation"
Fields
dwFlags: u32clrSrcKey: COLORREFrcSrc: RECTnrcDest: MFVideoNormalizedRectfAlpha: f32dwFilterMode: u32Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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