#[repr(C)]pub struct D3D12_FEATURE_DATA_VIDEO_ENCODER_INPUT_FORMAT {
pub NodeIndex: u32,
pub Codec: D3D12_VIDEO_ENCODER_CODEC,
pub Profile: D3D12_VIDEO_ENCODER_PROFILE_DESC,
pub Format: DXGI_FORMAT,
pub IsSupported: BOOL,
}
Expand description
Required features: ‘Win32_Media_MediaFoundation’, ‘Win32_Foundation’, ‘Win32_Graphics_Dxgi_Common’
Fields
NodeIndex: u32
Codec: D3D12_VIDEO_ENCODER_CODEC
Profile: D3D12_VIDEO_ENCODER_PROFILE_DESC
Format: DXGI_FORMAT
IsSupported: BOOL
Trait Implementations
impl Copy for D3D12_FEATURE_DATA_VIDEO_ENCODER_INPUT_FORMAT
Auto Trait Implementations
impl RefUnwindSafe for D3D12_FEATURE_DATA_VIDEO_ENCODER_INPUT_FORMAT
impl !Send for D3D12_FEATURE_DATA_VIDEO_ENCODER_INPUT_FORMAT
impl !Sync for D3D12_FEATURE_DATA_VIDEO_ENCODER_INPUT_FORMAT
impl Unpin for D3D12_FEATURE_DATA_VIDEO_ENCODER_INPUT_FORMAT
impl UnwindSafe for D3D12_FEATURE_DATA_VIDEO_ENCODER_INPUT_FORMAT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more