pub struct MetadataColorInfoHdrCll {
pub max_fall: Option<f64>,
pub max_cll: Option<f64>,
}
Expand description
HDR content light level metadata.
Fields§
§max_fall: Option<f64>
Maximum value of the frame average light level (in 1 cd/m2) of the entire playback sequence.
[0.0001-10000]
max_cll: Option<f64>
Maximum light level of any single pixel (in 1 cd/m2) of the entire playback sequence.
[0.0001-10000]
Trait Implementations§
Source§impl Clone for MetadataColorInfoHdrCll
impl Clone for MetadataColorInfoHdrCll
Source§fn clone(&self) -> MetadataColorInfoHdrCll
fn clone(&self) -> MetadataColorInfoHdrCll
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 moreSource§impl Debug for MetadataColorInfoHdrCll
impl Debug for MetadataColorInfoHdrCll
Source§impl<'de> Deserialize<'de> for MetadataColorInfoHdrCll
impl<'de> Deserialize<'de> for MetadataColorInfoHdrCll
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MetadataColorInfoHdrCll
impl PartialEq for MetadataColorInfoHdrCll
impl StructuralPartialEq for MetadataColorInfoHdrCll
Auto Trait Implementations§
impl Freeze for MetadataColorInfoHdrCll
impl RefUnwindSafe for MetadataColorInfoHdrCll
impl Send for MetadataColorInfoHdrCll
impl Sync for MetadataColorInfoHdrCll
impl Unpin for MetadataColorInfoHdrCll
impl UnwindSafe for MetadataColorInfoHdrCll
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