#[repr(C)]pub struct DXVA2_VideoProcessorCaps {
pub DeviceCaps: UINT,
pub InputPool: D3DPOOL,
pub NumForwardRefSamples: UINT,
pub NumBackwardRefSamples: UINT,
pub Reserved: UINT,
pub DeinterlaceTechnology: UINT,
pub ProcAmpControlCaps: UINT,
pub VideoProcessorOperations: UINT,
pub NoiseFilterTechnology: UINT,
pub DetailFilterTechnology: UINT,
}
Fields§
§DeviceCaps: UINT
§InputPool: D3DPOOL
§NumForwardRefSamples: UINT
§NumBackwardRefSamples: UINT
§Reserved: UINT
§DeinterlaceTechnology: UINT
§ProcAmpControlCaps: UINT
§VideoProcessorOperations: UINT
§NoiseFilterTechnology: UINT
§DetailFilterTechnology: UINT
Trait Implementations§
Source§impl Clone for DXVA2_VideoProcessorCaps
impl Clone for DXVA2_VideoProcessorCaps
Source§fn clone(&self) -> DXVA2_VideoProcessorCaps
fn clone(&self) -> DXVA2_VideoProcessorCaps
Returns a duplicate 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 moreSource§impl Default for DXVA2_VideoProcessorCaps
impl Default for DXVA2_VideoProcessorCaps
Source§fn default() -> DXVA2_VideoProcessorCaps
fn default() -> DXVA2_VideoProcessorCaps
Returns the “default value” for a type. Read more
impl Copy for DXVA2_VideoProcessorCaps
Auto Trait Implementations§
impl Freeze for DXVA2_VideoProcessorCaps
impl RefUnwindSafe for DXVA2_VideoProcessorCaps
impl Send for DXVA2_VideoProcessorCaps
impl Sync for DXVA2_VideoProcessorCaps
impl Unpin for DXVA2_VideoProcessorCaps
impl UnwindSafe for DXVA2_VideoProcessorCaps
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