Struct 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,
}
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
§fn clone(&self) -> DXVA_DeinterlaceBltEx
fn clone(&self) -> DXVA_DeinterlaceBltEx
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DXVA_DeinterlaceBltEx
impl Debug for DXVA_DeinterlaceBltEx
§impl Default for DXVA_DeinterlaceBltEx
impl Default for DXVA_DeinterlaceBltEx
§impl PartialEq for DXVA_DeinterlaceBltEx
impl PartialEq for DXVA_DeinterlaceBltEx
impl Copy for DXVA_DeinterlaceBltEx
impl StructuralPartialEq for DXVA_DeinterlaceBltEx
Auto Trait Implementations§
impl Freeze for DXVA_DeinterlaceBltEx
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more