pub struct ContentLightLevel {
pub max_content_light_level: u16,
pub max_pic_average_light_level: u16,
}Expand description
Content light level info from the clli property box.
HDR metadata for display mapping. See ISOBMFF § 12.1.5 / ITU-T H.274.
Fields§
§max_content_light_level: u16Maximum content light level (cd/m²)
max_pic_average_light_level: u16Maximum picture average light level (cd/m²)
Trait Implementations§
Source§impl Clone for ContentLightLevel
impl Clone for ContentLightLevel
Source§fn clone(&self) -> ContentLightLevel
fn clone(&self) -> ContentLightLevel
Returns a duplicate 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 ContentLightLevel
impl Debug for ContentLightLevel
Source§impl PartialEq for ContentLightLevel
impl PartialEq for ContentLightLevel
impl Copy for ContentLightLevel
impl Eq for ContentLightLevel
impl StructuralPartialEq for ContentLightLevel
Auto Trait Implementations§
impl Freeze for ContentLightLevel
impl RefUnwindSafe for ContentLightLevel
impl Send for ContentLightLevel
impl Sync for ContentLightLevel
impl Unpin for ContentLightLevel
impl UnwindSafe for ContentLightLevel
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