Struct D3D12_VIDEO_ENCODER_INTRA_REFRESH
#[repr(C)]pub struct D3D12_VIDEO_ENCODER_INTRA_REFRESH {
pub Mode: D3D12_VIDEO_ENCODER_INTRA_REFRESH_MODE,
pub IntraRefreshDuration: u32,
}
Fields§
§Mode: D3D12_VIDEO_ENCODER_INTRA_REFRESH_MODE
§IntraRefreshDuration: u32
Trait Implementations§
§impl Clone for D3D12_VIDEO_ENCODER_INTRA_REFRESH
impl Clone for D3D12_VIDEO_ENCODER_INTRA_REFRESH
§fn clone(&self) -> D3D12_VIDEO_ENCODER_INTRA_REFRESH
fn clone(&self) -> D3D12_VIDEO_ENCODER_INTRA_REFRESH
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 Debug for D3D12_VIDEO_ENCODER_INTRA_REFRESH
impl Debug for D3D12_VIDEO_ENCODER_INTRA_REFRESH
impl Copy for D3D12_VIDEO_ENCODER_INTRA_REFRESH
impl StructuralPartialEq for D3D12_VIDEO_ENCODER_INTRA_REFRESH
Auto Trait Implementations§
impl Freeze for D3D12_VIDEO_ENCODER_INTRA_REFRESH
impl RefUnwindSafe for D3D12_VIDEO_ENCODER_INTRA_REFRESH
impl Send for D3D12_VIDEO_ENCODER_INTRA_REFRESH
impl Sync for D3D12_VIDEO_ENCODER_INTRA_REFRESH
impl Unpin for D3D12_VIDEO_ENCODER_INTRA_REFRESH
impl UnwindSafe for D3D12_VIDEO_ENCODER_INTRA_REFRESH
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