Struct D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT
#[repr(C)]pub struct D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT {
pub DataSize: u32,
pub Anonymous: D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT_0,
}
Fields§
§DataSize: u32
§Anonymous: D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT_0
Trait Implementations§
§impl Clone for D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT
impl Clone for D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT
§fn clone(&self) -> D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT
fn clone(&self) -> D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT
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_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT
Auto Trait Implementations§
impl Freeze for D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT
impl RefUnwindSafe for D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT
impl !Send for D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT
impl !Sync for D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT
impl Unpin for D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT
impl UnwindSafe for D3D12_VIDEO_ENCODER_CODEC_PICTURE_CONTROL_SUPPORT
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