Struct DXVA_DeinterlaceCaps
#[repr(C)]pub struct DXVA_DeinterlaceCaps {
pub Size: u32,
pub NumPreviousOutputFrames: u32,
pub InputPool: u32,
pub NumForwardRefSamples: u32,
pub NumBackwardRefSamples: u32,
pub d3dOutputFormat: D3DFORMAT,
pub VideoProcessingCaps: DXVA_VideoProcessCaps,
pub DeinterlaceTechnology: DXVA_DeinterlaceTech,
}
Fields§
§Size: u32
§NumPreviousOutputFrames: u32
§InputPool: u32
§NumForwardRefSamples: u32
§NumBackwardRefSamples: u32
§d3dOutputFormat: D3DFORMAT
§VideoProcessingCaps: DXVA_VideoProcessCaps
§DeinterlaceTechnology: DXVA_DeinterlaceTech
Trait Implementations§
§impl Clone for DXVA_DeinterlaceCaps
impl Clone for DXVA_DeinterlaceCaps
§fn clone(&self) -> DXVA_DeinterlaceCaps
fn clone(&self) -> DXVA_DeinterlaceCaps
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_DeinterlaceCaps
impl Debug for DXVA_DeinterlaceCaps
§impl Default for DXVA_DeinterlaceCaps
impl Default for DXVA_DeinterlaceCaps
§impl PartialEq for DXVA_DeinterlaceCaps
impl PartialEq for DXVA_DeinterlaceCaps
impl Copy for DXVA_DeinterlaceCaps
impl StructuralPartialEq for DXVA_DeinterlaceCaps
Auto Trait Implementations§
impl Freeze for DXVA_DeinterlaceCaps
impl RefUnwindSafe for DXVA_DeinterlaceCaps
impl Send for DXVA_DeinterlaceCaps
impl Sync for DXVA_DeinterlaceCaps
impl Unpin for DXVA_DeinterlaceCaps
impl UnwindSafe for DXVA_DeinterlaceCaps
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