[][src]Struct winapi::um::dxva2api::DXVA2_VideoProcessBltParams

#[repr(C)]
pub struct DXVA2_VideoProcessBltParams { pub TargetFrame: REFERENCE_TIME, pub TargetRect: RECT, pub ConstrictionSize: SIZE, pub StreamingFlags: UINT, pub BackgroundColor: DXVA2_AYUVSample16, pub DestFormat: DXVA2_ExtendedFormat, pub ProcAmpValues: DXVA2_ProcAmpValues, pub Alpha: DXVA2_Fixed32, pub NoiseFilterLuma: DXVA2_FilterValues, pub NoiseFilterChroma: DXVA2_FilterValues, pub DetailFilterLuma: DXVA2_FilterValues, pub DetailFilterChroma: DXVA2_FilterValues, pub DestData: DWORD, }

Fields

TargetFrame: REFERENCE_TIMETargetRect: RECTConstrictionSize: SIZEStreamingFlags: UINTBackgroundColor: DXVA2_AYUVSample16DestFormat: DXVA2_ExtendedFormatProcAmpValues: DXVA2_ProcAmpValuesAlpha: DXVA2_Fixed32NoiseFilterLuma: DXVA2_FilterValuesNoiseFilterChroma: DXVA2_FilterValuesDetailFilterLuma: DXVA2_FilterValuesDetailFilterChroma: DXVA2_FilterValuesDestData: DWORD

Trait Implementations

impl Copy for DXVA2_VideoProcessBltParams[src]

impl Clone for DXVA2_VideoProcessBltParams[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for DXVA2_VideoProcessBltParams[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]