#[repr(C)]pub struct h265_sei_content_light_level {
pub max_content_light_level: u16,
pub max_pic_average_light_level: u16,
}Expand description
D.2.35 Content light level information SEI message syntax
Fields§
§max_content_light_level: u16§max_pic_average_light_level: u16Trait Implementations§
Source§impl Clone for h265_sei_content_light_level
impl Clone for h265_sei_content_light_level
Source§fn clone(&self) -> h265_sei_content_light_level
fn clone(&self) -> h265_sei_content_light_level
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 h265_sei_content_light_level
impl Debug for h265_sei_content_light_level
impl Copy for h265_sei_content_light_level
Auto Trait Implementations§
impl Freeze for h265_sei_content_light_level
impl RefUnwindSafe for h265_sei_content_light_level
impl Send for h265_sei_content_light_level
impl Sync for h265_sei_content_light_level
impl Unpin for h265_sei_content_light_level
impl UnwindSafe for h265_sei_content_light_level
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