Struct AVColorPrimariesDesc
#[repr(C)]pub struct AVColorPrimariesDesc {
pub wp: AVCIExy,
pub prim: AVPrimaryCoefficients,
}
Expand description
Struct that contains both white point location and primaries location, providing the complete description of a color gamut.
Fields§
§wp: AVCIExy
§prim: AVPrimaryCoefficients
Trait Implementations§
§impl Clone for AVColorPrimariesDesc
impl Clone for AVColorPrimariesDesc
§fn clone(&self) -> AVColorPrimariesDesc
fn clone(&self) -> AVColorPrimariesDesc
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 more§impl Debug for AVColorPrimariesDesc
impl Debug for AVColorPrimariesDesc
impl Copy for AVColorPrimariesDesc
Auto Trait Implementations§
impl Freeze for AVColorPrimariesDesc
impl RefUnwindSafe for AVColorPrimariesDesc
impl Send for AVColorPrimariesDesc
impl Sync for AVColorPrimariesDesc
impl Unpin for AVColorPrimariesDesc
impl UnwindSafe for AVColorPrimariesDesc
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