pub struct ContentLightLevel {
pub max_content_light_level: u16,
pub max_frame_average_light_level: u16,
}Expand description
HDR content light level (SMPTE 2086 / CTA-861.3)
Fields§
§max_content_light_level: u16Maximum content light level in cd/m² (nits)
max_frame_average_light_level: u16Maximum frame-average light level in cd/m² (nits)
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
impl Copy 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 UnsafeUnpin 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