#[repr(C)]pub enum VSMatrixCoefficients {
Show 13 variants
VSC_MATRIX_RGB = 0,
VSC_MATRIX_BT709 = 1,
VSC_MATRIX_UNSPECIFIED = 2,
VSC_MATRIX_FCC = 4,
VSC_MATRIX_BT470_BG = 5,
VSC_MATRIX_ST170_M = 6,
VSC_MATRIX_ST240_M = 7,
VSC_MATRIX_YCGCO = 8,
VSC_MATRIX_BT2020_NCL = 9,
VSC_MATRIX_BT2020_CL = 10,
VSC_MATRIX_CHROMATICITY_DERIVED_NCL = 12,
VSC_MATRIX_CHROMATICITY_DERIVED_CL = 13,
VSC_MATRIX_ICTCP = 14,
}
Variants§
VSC_MATRIX_RGB = 0
VSC_MATRIX_BT709 = 1
VSC_MATRIX_UNSPECIFIED = 2
VSC_MATRIX_FCC = 4
VSC_MATRIX_BT470_BG = 5
VSC_MATRIX_ST170_M = 6
Equivalent to 5.
VSC_MATRIX_ST240_M = 7
VSC_MATRIX_YCGCO = 8
VSC_MATRIX_BT2020_NCL = 9
VSC_MATRIX_BT2020_CL = 10
VSC_MATRIX_CHROMATICITY_DERIVED_NCL = 12
VSC_MATRIX_CHROMATICITY_DERIVED_CL = 13
VSC_MATRIX_ICTCP = 14
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 Ord for VSMatrixCoefficients
impl Ord for VSMatrixCoefficients
Source§fn cmp(&self, other: &VSMatrixCoefficients) -> Ordering
fn cmp(&self, other: &VSMatrixCoefficients) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VSMatrixCoefficients
impl PartialEq for VSMatrixCoefficients
Source§impl PartialOrd for VSMatrixCoefficients
impl PartialOrd for VSMatrixCoefficients
impl Copy for VSMatrixCoefficients
impl Eq for VSMatrixCoefficients
impl StructuralPartialEq for VSMatrixCoefficients
Auto Trait Implementations§
impl Freeze for VSMatrixCoefficients
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