#[repr(C)]pub struct vvdecSEIMasteringDisplayColourVolume {
pub maxLuminance: u32,
pub minLuminance: u32,
pub primaries: [[u16; 2]; 3],
pub whitePoint: [u16; 2],
}Fields§
§maxLuminance: u32§minLuminance: u32§primaries: [[u16; 2]; 3]§whitePoint: [u16; 2]Trait Implementations§
Source§impl Clone for vvdecSEIMasteringDisplayColourVolume
impl Clone for vvdecSEIMasteringDisplayColourVolume
Source§fn clone(&self) -> vvdecSEIMasteringDisplayColourVolume
fn clone(&self) -> vvdecSEIMasteringDisplayColourVolume
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 moreimpl Copy for vvdecSEIMasteringDisplayColourVolume
Auto Trait Implementations§
impl Freeze for vvdecSEIMasteringDisplayColourVolume
impl RefUnwindSafe for vvdecSEIMasteringDisplayColourVolume
impl Send for vvdecSEIMasteringDisplayColourVolume
impl Sync for vvdecSEIMasteringDisplayColourVolume
impl Unpin for vvdecSEIMasteringDisplayColourVolume
impl UnwindSafe for vvdecSEIMasteringDisplayColourVolume
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