#[repr(C)]pub struct D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC {
pub NodeIndex: u32,
pub Codec: D3D12_VIDEO_ENCODER_CODEC,
pub IsSupported: BOOL,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Foundation"
Fields
NodeIndex: u32
Codec: D3D12_VIDEO_ENCODER_CODEC
IsSupported: BOOL
Trait Implementations
impl Copy for D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC
Auto Trait Implementations
impl RefUnwindSafe for D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC
impl Send for D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC
impl Sync for D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC
impl Unpin for D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC
impl UnwindSafe for D3D12_FEATURE_DATA_VIDEO_ENCODER_CODEC
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