pub struct NativeFrameContentLightMetadata {
pub max_content_light_level: Option<u32>,
pub max_frame_average_light_level: Option<u32>,
}Expand description
Content light metadata carried by HDR streams.
Fields§
§max_content_light_level: Option<u32>§max_frame_average_light_level: Option<u32>Trait Implementations§
Source§impl Clone for NativeFrameContentLightMetadata
impl Clone for NativeFrameContentLightMetadata
Source§fn clone(&self) -> NativeFrameContentLightMetadata
fn clone(&self) -> NativeFrameContentLightMetadata
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 moreSource§impl<'de> Deserialize<'de> for NativeFrameContentLightMetadata
impl<'de> Deserialize<'de> for NativeFrameContentLightMetadata
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
impl Eq for NativeFrameContentLightMetadata
impl StructuralPartialEq for NativeFrameContentLightMetadata
Auto Trait Implementations§
impl Freeze for NativeFrameContentLightMetadata
impl RefUnwindSafe for NativeFrameContentLightMetadata
impl Send for NativeFrameContentLightMetadata
impl Sync for NativeFrameContentLightMetadata
impl Unpin for NativeFrameContentLightMetadata
impl UnsafeUnpin for NativeFrameContentLightMetadata
impl UnwindSafe for NativeFrameContentLightMetadata
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