#[repr(u32)]pub enum VSMatrixCoefficients {
Show 13 variants
VSC_MATRIX_RGB,
VSC_MATRIX_BT709,
VSC_MATRIX_UNSPECIFIED,
VSC_MATRIX_FCC,
VSC_MATRIX_BT470_BG,
VSC_MATRIX_ST170_M,
VSC_MATRIX_ST240_M,
VSC_MATRIX_YCGCO,
VSC_MATRIX_BT2020_NCL,
VSC_MATRIX_BT2020_CL,
VSC_MATRIX_CHROMATICITY_DERIVED_NCL,
VSC_MATRIX_CHROMATICITY_DERIVED_CL,
VSC_MATRIX_ICTCP,
}
Variants§
VSC_MATRIX_RGB
VSC_MATRIX_BT709
VSC_MATRIX_UNSPECIFIED
VSC_MATRIX_FCC
VSC_MATRIX_BT470_BG
VSC_MATRIX_ST170_M
VSC_MATRIX_ST240_M
VSC_MATRIX_YCGCO
VSC_MATRIX_BT2020_NCL
VSC_MATRIX_BT2020_CL
VSC_MATRIX_CHROMATICITY_DERIVED_NCL
VSC_MATRIX_CHROMATICITY_DERIVED_CL
VSC_MATRIX_ICTCP
Trait Implementations§
source§impl Clone for VSMatrixCoefficients
impl Clone for VSMatrixCoefficients
source§fn clone(&self) -> VSMatrixCoefficients
fn clone(&self) -> VSMatrixCoefficients
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 VSMatrixCoefficients
impl Debug for VSMatrixCoefficients
source§impl Hash for VSMatrixCoefficients
impl Hash for VSMatrixCoefficients
source§impl PartialEq<VSMatrixCoefficients> for VSMatrixCoefficients
impl PartialEq<VSMatrixCoefficients> for VSMatrixCoefficients
source§fn eq(&self, other: &VSMatrixCoefficients) -> bool
fn eq(&self, other: &VSMatrixCoefficients) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VSMatrixCoefficients
impl Eq for VSMatrixCoefficients
impl StructuralEq for VSMatrixCoefficients
impl StructuralPartialEq for VSMatrixCoefficients
Auto Trait Implementations§
impl RefUnwindSafe for VSMatrixCoefficients
impl Send for VSMatrixCoefficients
impl Sync for VSMatrixCoefficients
impl Unpin for VSMatrixCoefficients
impl UnwindSafe for VSMatrixCoefficients
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