#[repr(C)]pub struct DXVA_ProcAmpControlCaps {
pub Size: u32,
pub InputPool: u32,
pub d3dOutputFormat: D3DFORMAT,
pub ProcAmpControlProps: u32,
pub VideoProcessingCaps: u32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Graphics_Direct3D9"
Fields
Size: u32
InputPool: u32
d3dOutputFormat: D3DFORMAT
ProcAmpControlProps: u32
VideoProcessingCaps: u32
Trait Implementations
impl Clone for DXVA_ProcAmpControlCaps
impl Clone for DXVA_ProcAmpControlCaps
impl Copy for DXVA_ProcAmpControlCaps
Auto Trait Implementations
impl RefUnwindSafe for DXVA_ProcAmpControlCaps
impl Send for DXVA_ProcAmpControlCaps
impl Sync for DXVA_ProcAmpControlCaps
impl Unpin for DXVA_ProcAmpControlCaps
impl UnwindSafe for DXVA_ProcAmpControlCaps
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more