#[repr(C)]pub struct D3D11_VIDEO_PROCESSOR_CAPS {
pub DeviceCaps: u32,
pub FeatureCaps: u32,
pub FilterCaps: u32,
pub InputFormatCaps: u32,
pub AutoStreamCaps: u32,
pub StereoCaps: u32,
pub RateConversionCapsCount: u32,
pub MaxInputStreams: u32,
pub MaxStreamStates: u32,
}
Expand description
Required features: "Win32_Graphics_Direct3D11"
Fields
DeviceCaps: u32
FeatureCaps: u32
FilterCaps: u32
InputFormatCaps: u32
AutoStreamCaps: u32
StereoCaps: u32
RateConversionCapsCount: u32
MaxInputStreams: u32
MaxStreamStates: u32
Trait Implementations
impl Clone for D3D11_VIDEO_PROCESSOR_CAPS
impl Clone for D3D11_VIDEO_PROCESSOR_CAPS
impl Copy for D3D11_VIDEO_PROCESSOR_CAPS
Auto Trait Implementations
impl RefUnwindSafe for D3D11_VIDEO_PROCESSOR_CAPS
impl Send for D3D11_VIDEO_PROCESSOR_CAPS
impl Sync for D3D11_VIDEO_PROCESSOR_CAPS
impl Unpin for D3D11_VIDEO_PROCESSOR_CAPS
impl UnwindSafe for D3D11_VIDEO_PROCESSOR_CAPS
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