Struct DXVA_DeinterlaceBltEx32
#[repr(C)]pub struct DXVA_DeinterlaceBltEx32 {
pub Size: u32,
pub BackgroundColor: DXVA_AYUVsample2,
pub rcTarget: RECT,
pub rtTarget: i64,
pub NumSourceSurfaces: u32,
pub Alpha: f32,
pub Source: [DXVA_VideoSample32; 32],
pub DestinationFormat: u32,
pub DestinationFlags: u32,
}
Fields§
§Size: u32
§BackgroundColor: DXVA_AYUVsample2
§rcTarget: RECT
§rtTarget: i64
§NumSourceSurfaces: u32
§Alpha: f32
§Source: [DXVA_VideoSample32; 32]
§DestinationFormat: u32
§DestinationFlags: u32
Trait Implementations§
§impl Clone for DXVA_DeinterlaceBltEx32
impl Clone for DXVA_DeinterlaceBltEx32
§fn clone(&self) -> DXVA_DeinterlaceBltEx32
fn clone(&self) -> DXVA_DeinterlaceBltEx32
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_DeinterlaceBltEx32
impl Debug for DXVA_DeinterlaceBltEx32
§impl Default for DXVA_DeinterlaceBltEx32
impl Default for DXVA_DeinterlaceBltEx32
§impl PartialEq for DXVA_DeinterlaceBltEx32
impl PartialEq for DXVA_DeinterlaceBltEx32
impl Copy for DXVA_DeinterlaceBltEx32
impl StructuralPartialEq for DXVA_DeinterlaceBltEx32
Auto Trait Implementations§
impl Freeze for DXVA_DeinterlaceBltEx32
impl RefUnwindSafe for DXVA_DeinterlaceBltEx32
impl Send for DXVA_DeinterlaceBltEx32
impl Sync for DXVA_DeinterlaceBltEx32
impl Unpin for DXVA_DeinterlaceBltEx32
impl UnwindSafe for DXVA_DeinterlaceBltEx32
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