#[repr(C)]pub struct D3D12_FEATURE_DATA_VIDEO_DECODE_FORMATS {
pub NodeIndex: u32,
pub Configuration: D3D12_VIDEO_DECODE_CONFIGURATION,
pub FormatCount: u32,
pub pOutputFormats: *mut DXGI_FORMAT,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Graphics_Dxgi_Common"
Fields
NodeIndex: u32
Configuration: D3D12_VIDEO_DECODE_CONFIGURATION
FormatCount: u32
pOutputFormats: *mut DXGI_FORMAT
Trait Implementations
impl Copy for D3D12_FEATURE_DATA_VIDEO_DECODE_FORMATS
Auto Trait Implementations
impl RefUnwindSafe for D3D12_FEATURE_DATA_VIDEO_DECODE_FORMATS
impl !Send for D3D12_FEATURE_DATA_VIDEO_DECODE_FORMATS
impl !Sync for D3D12_FEATURE_DATA_VIDEO_DECODE_FORMATS
impl Unpin for D3D12_FEATURE_DATA_VIDEO_DECODE_FORMATS
impl UnwindSafe for D3D12_FEATURE_DATA_VIDEO_DECODE_FORMATS
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