Struct D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
#[repr(C)]pub struct D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS {
pub NodeIndex: u32,
pub Codec: D3D12_VIDEO_ENCODER_CODEC,
pub Profile: D3D12_VIDEO_ENCODER_PROFILE_DESC,
pub InputFormat: DXGI_FORMAT,
pub PictureTargetResolution: D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC,
pub IsSupported: BOOL,
pub CompressedBitstreamBufferAccessAlignment: u32,
pub EncoderMetadataBufferAccessAlignment: u32,
pub MaxEncoderOutputMetadataBufferSize: u32,
}
Fields§
§NodeIndex: u32
§Codec: D3D12_VIDEO_ENCODER_CODEC
§Profile: D3D12_VIDEO_ENCODER_PROFILE_DESC
§InputFormat: DXGI_FORMAT
§PictureTargetResolution: D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC
§IsSupported: BOOL
§CompressedBitstreamBufferAccessAlignment: u32
§EncoderMetadataBufferAccessAlignment: u32
§MaxEncoderOutputMetadataBufferSize: u32
Trait Implementations§
§impl Clone for D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
impl Clone for D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
§fn clone(&self) -> D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
fn clone(&self) -> D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
Auto Trait Implementations§
impl Freeze for D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
impl RefUnwindSafe for D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
impl !Send for D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
impl !Sync for D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
impl Unpin for D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
impl UnwindSafe for D3D12_FEATURE_DATA_VIDEO_ENCODER_RESOURCE_REQUIREMENTS
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more