Struct windows_sys::Win32::Media::MediaFoundation::DXVA_DeinterlaceBltEx
[−]#[repr(C)]pub struct DXVA_DeinterlaceBltEx {
pub Size: u32,
pub BackgroundColor: DXVA_AYUVsample2,
pub rcTarget: RECT,
pub rtTarget: i64,
pub NumSourceSurfaces: u32,
pub Alpha: f32,
pub Source: [DXVA_VideoSample2; 32],
pub DestinationFormat: u32,
pub DestinationFlags: u32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Foundation"
Fields
Size: u32
BackgroundColor: DXVA_AYUVsample2
rcTarget: RECT
rtTarget: i64
NumSourceSurfaces: u32
Alpha: f32
Source: [DXVA_VideoSample2; 32]
DestinationFormat: u32
DestinationFlags: u32
Trait Implementations
impl Clone for DXVA_DeinterlaceBltEx
impl Clone for DXVA_DeinterlaceBltEx
impl Copy for DXVA_DeinterlaceBltEx
Auto Trait Implementations
impl RefUnwindSafe for DXVA_DeinterlaceBltEx
impl !Send for DXVA_DeinterlaceBltEx
impl !Sync for DXVA_DeinterlaceBltEx
impl Unpin for DXVA_DeinterlaceBltEx
impl UnwindSafe for DXVA_DeinterlaceBltEx
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