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