Struct dav1d_sys::Dav1dMasteringDisplay
source · #[repr(C)]pub struct Dav1dMasteringDisplay {
pub primaries: [[u16; 2]; 3],
pub white_point: [u16; 2],
pub max_luminance: u32,
pub min_luminance: u32,
}
Fields§
§primaries: [[u16; 2]; 3]
§white_point: [u16; 2]
§max_luminance: u32
§min_luminance: u32
Trait Implementations§
source§impl Clone for Dav1dMasteringDisplay
impl Clone for Dav1dMasteringDisplay
source§fn clone(&self) -> Dav1dMasteringDisplay
fn clone(&self) -> Dav1dMasteringDisplay
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 Dav1dMasteringDisplay
impl Debug for Dav1dMasteringDisplay
impl Copy for Dav1dMasteringDisplay
Auto Trait Implementations§
impl RefUnwindSafe for Dav1dMasteringDisplay
impl Send for Dav1dMasteringDisplay
impl Sync for Dav1dMasteringDisplay
impl Unpin for Dav1dMasteringDisplay
impl UnwindSafe for Dav1dMasteringDisplay
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