#[repr(C)]pub struct _VAProcFilterParameterBufferHDRToneMapping {
pub type_: VAProcFilterType,
pub data: VAHdrMetaData,
pub va_reserved: [u32; 16],
}Expand description
\brief High Dynamic Range(HDR) Tone Mapping filter parametrization.
Fields§
§type_: VAProcFilterType\brief Filter type. Shall be set to #VAProcFilterHighDynamicRangeToneMapping.
data: VAHdrMetaData\brief High Dynamic Range metadata, could be HDR10 etc.
This metadata is mainly for the input surface. Given that dynamic metadata is changing on frame-by-frame or scene-by-scene basis for HDR10 plus, differentiate the metadata for the input and output.
va_reserved: [u32; 16]\brief Reserved bytes for future use, must be zero
Trait Implementations§
Source§impl Clone for _VAProcFilterParameterBufferHDRToneMapping
impl Clone for _VAProcFilterParameterBufferHDRToneMapping
Source§fn clone(&self) -> _VAProcFilterParameterBufferHDRToneMapping
fn clone(&self) -> _VAProcFilterParameterBufferHDRToneMapping
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _VAProcFilterParameterBufferHDRToneMapping
impl Eq for _VAProcFilterParameterBufferHDRToneMapping
Source§impl PartialEq for _VAProcFilterParameterBufferHDRToneMapping
impl PartialEq for _VAProcFilterParameterBufferHDRToneMapping
Source§fn eq(&self, other: &_VAProcFilterParameterBufferHDRToneMapping) -> bool
fn eq(&self, other: &_VAProcFilterParameterBufferHDRToneMapping) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for _VAProcFilterParameterBufferHDRToneMapping
Auto Trait Implementations§
impl !Send for _VAProcFilterParameterBufferHDRToneMapping
impl !Sync for _VAProcFilterParameterBufferHDRToneMapping
impl Freeze for _VAProcFilterParameterBufferHDRToneMapping
impl RefUnwindSafe for _VAProcFilterParameterBufferHDRToneMapping
impl Unpin for _VAProcFilterParameterBufferHDRToneMapping
impl UnsafeUnpin for _VAProcFilterParameterBufferHDRToneMapping
impl UnwindSafe for _VAProcFilterParameterBufferHDRToneMapping
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