#[repr(C)]pub struct Rav1dMasteringDisplay {
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: u32Auto Trait Implementations§
impl Freeze for Rav1dMasteringDisplay
impl RefUnwindSafe for Rav1dMasteringDisplay
impl Send for Rav1dMasteringDisplay
impl Sync for Rav1dMasteringDisplay
impl Unpin for Rav1dMasteringDisplay
impl UnwindSafe for Rav1dMasteringDisplay
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