#[repr(C)]pub struct D3D11_FEATURE_DATA_VIDEO_DECODER_HISTOGRAM {
pub DecoderDesc: D3D11_VIDEO_DECODER_DESC,
pub Components: D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAGS,
pub BinCount: u32,
pub CounterBitDepth: u32,
}
Expand description
Required features: "Win32_Graphics_Direct3D11"
, "Win32_Graphics_Dxgi_Common"
Fields
DecoderDesc: D3D11_VIDEO_DECODER_DESC
Components: D3D11_VIDEO_DECODER_HISTOGRAM_COMPONENT_FLAGS
BinCount: u32
CounterBitDepth: u32
Trait Implementations
impl Copy for D3D11_FEATURE_DATA_VIDEO_DECODER_HISTOGRAM
Auto Trait Implementations
impl RefUnwindSafe for D3D11_FEATURE_DATA_VIDEO_DECODER_HISTOGRAM
impl Send for D3D11_FEATURE_DATA_VIDEO_DECODER_HISTOGRAM
impl Sync for D3D11_FEATURE_DATA_VIDEO_DECODER_HISTOGRAM
impl Unpin for D3D11_FEATURE_DATA_VIDEO_DECODER_HISTOGRAM
impl UnwindSafe for D3D11_FEATURE_DATA_VIDEO_DECODER_HISTOGRAM
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