#[repr(C)]pub struct D3D12_QUERY_DATA_VIDEO_DECODE_STATISTICS {
pub Status: u64,
pub NumMacroblocksAffected: u64,
pub FrameRate: DXGI_RATIONAL,
pub BitRate: u32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Graphics_Dxgi_Common"
Fields
Status: u64
NumMacroblocksAffected: u64
FrameRate: DXGI_RATIONAL
BitRate: u32
Trait Implementations
impl Copy for D3D12_QUERY_DATA_VIDEO_DECODE_STATISTICS
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more