Struct DXVA2_VIDEOPROCESSBLT
#[repr(C)]pub struct DXVA2_VIDEOPROCESSBLT {Show 15 fields
pub TargetFrame: i64,
pub TargetRect: RECT,
pub ConstrictionSize: SIZE,
pub StreamingFlags: u32,
pub BackgroundColor: DXVA2_AYUVSample16,
pub DestFormat: DXVA2_ExtendedFormat,
pub DestFlags: u32,
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 pSrcSurfaces: *mut DXVA2_VIDEOSAMPLE,
pub NumSrcSurfaces: u32,
}Fields§
§TargetFrame: i64§TargetRect: RECT§ConstrictionSize: SIZE§StreamingFlags: u32§BackgroundColor: DXVA2_AYUVSample16§DestFormat: DXVA2_ExtendedFormat§DestFlags: u32§ProcAmpValues: DXVA2_ProcAmpValues§Alpha: DXVA2_Fixed32§NoiseFilterLuma: DXVA2_FilterValues§NoiseFilterChroma: DXVA2_FilterValues§DetailFilterLuma: DXVA2_FilterValues§DetailFilterChroma: DXVA2_FilterValues§pSrcSurfaces: *mut DXVA2_VIDEOSAMPLE§NumSrcSurfaces: u32Trait Implementations§
§impl Clone for DXVA2_VIDEOPROCESSBLT
impl Clone for DXVA2_VIDEOPROCESSBLT
§fn clone(&self) -> DXVA2_VIDEOPROCESSBLT
fn clone(&self) -> DXVA2_VIDEOPROCESSBLT
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 Default for DXVA2_VIDEOPROCESSBLT
impl Default for DXVA2_VIDEOPROCESSBLT
impl Copy for DXVA2_VIDEOPROCESSBLT
Auto Trait Implementations§
impl Freeze for DXVA2_VIDEOPROCESSBLT
impl RefUnwindSafe for DXVA2_VIDEOPROCESSBLT
impl !Send for DXVA2_VIDEOPROCESSBLT
impl !Sync for DXVA2_VIDEOPROCESSBLT
impl Unpin for DXVA2_VIDEOPROCESSBLT
impl UnwindSafe for DXVA2_VIDEOPROCESSBLT
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