Struct dav1d_sys::Dav1dContentLightLevel
source · #[repr(C)]pub struct Dav1dContentLightLevel {
pub max_content_light_level: u16,
pub max_frame_average_light_level: u16,
}
Fields§
§max_content_light_level: u16
§max_frame_average_light_level: u16
Trait Implementations§
source§impl Clone for Dav1dContentLightLevel
impl Clone for Dav1dContentLightLevel
source§fn clone(&self) -> Dav1dContentLightLevel
fn clone(&self) -> Dav1dContentLightLevel
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 Dav1dContentLightLevel
impl Debug for Dav1dContentLightLevel
impl Copy for Dav1dContentLightLevel
Auto Trait Implementations§
impl RefUnwindSafe for Dav1dContentLightLevel
impl Send for Dav1dContentLightLevel
impl Sync for Dav1dContentLightLevel
impl Unpin for Dav1dContentLightLevel
impl UnwindSafe for Dav1dContentLightLevel
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