Struct D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP
#[repr(C)]pub struct D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP {
pub ConstantQP_FullIntracodedFrame: u32,
pub ConstantQP_InterPredictedFrame_PrevRefOnly: u32,
pub ConstantQP_InterPredictedFrame_BiDirectionalRef: u32,
}
Fields§
§ConstantQP_FullIntracodedFrame: u32
§ConstantQP_InterPredictedFrame_PrevRefOnly: u32
§ConstantQP_InterPredictedFrame_BiDirectionalRef: u32
Trait Implementations§
§impl Clone for D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP
impl Clone for D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP
§fn clone(&self) -> D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP
fn clone(&self) -> D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP
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 more§impl PartialEq for D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP
impl PartialEq for D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP
§fn eq(&self, other: &D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP) -> bool
fn eq(&self, other: &D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP
impl StructuralPartialEq for D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP
Auto Trait Implementations§
impl Freeze for D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP
impl RefUnwindSafe for D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP
impl Send for D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP
impl Sync for D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP
impl Unpin for D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP
impl UnwindSafe for D3D12_VIDEO_ENCODER_RATE_CONTROL_CQP
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