Struct AVPrimaryCoefficients
#[repr(C)]pub struct AVPrimaryCoefficients {
pub r: AVCIExy,
pub g: AVCIExy,
pub b: AVCIExy,
}
Expand description
Struct defining the red, green, and blue primary locations in terms of CIE 1931 chromaticity x and y.
Fields§
§r: AVCIExy
§g: AVCIExy
§b: AVCIExy
Trait Implementations§
§impl Clone for AVPrimaryCoefficients
impl Clone for AVPrimaryCoefficients
§fn clone(&self) -> AVPrimaryCoefficients
fn clone(&self) -> AVPrimaryCoefficients
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 AVPrimaryCoefficients
impl Debug for AVPrimaryCoefficients
impl Copy for AVPrimaryCoefficients
Auto Trait Implementations§
impl Freeze for AVPrimaryCoefficients
impl RefUnwindSafe for AVPrimaryCoefficients
impl Send for AVPrimaryCoefficients
impl Sync for AVPrimaryCoefficients
impl Unpin for AVPrimaryCoefficients
impl UnwindSafe for AVPrimaryCoefficients
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