Struct D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM
#[repr(C)]pub struct D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM {
pub NodeIndex: u32,
pub DecodeProfile: GUID,
pub Width: u32,
pub Height: u32,
pub DecodeFormat: DXGI_FORMAT,
pub Components: D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAGS,
pub BinCount: u32,
pub CounterBitDepth: u32,
}Fields§
§NodeIndex: u32§DecodeProfile: GUID§Width: u32§Height: u32§DecodeFormat: DXGI_FORMAT§Components: D3D12_VIDEO_DECODE_HISTOGRAM_COMPONENT_FLAGS§BinCount: u32§CounterBitDepth: u32Trait Implementations§
§impl Clone for D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM
impl Clone for D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM
§fn clone(&self) -> D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM
fn clone(&self) -> D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM
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_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM
impl PartialEq for D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM
§fn eq(&self, other: &D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM) -> bool
fn eq(&self, other: &D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM
impl StructuralPartialEq for D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM
Auto Trait Implementations§
impl Freeze for D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM
impl RefUnwindSafe for D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM
impl Send for D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM
impl Sync for D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM
impl Unpin for D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM
impl UnwindSafe for D3D12_FEATURE_DATA_VIDEO_DECODE_HISTOGRAM
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