Enum rustsynth_sys::VSColorPrimaries
source · #[repr(u32)]
pub enum VSColorPrimaries {
VSC_PRIMARIES_BT709,
VSC_PRIMARIES_UNSPECIFIED,
VSC_PRIMARIES_BT470_M,
VSC_PRIMARIES_BT470_BG,
VSC_PRIMARIES_ST170_M,
VSC_PRIMARIES_ST240_M,
VSC_PRIMARIES_FILM,
VSC_PRIMARIES_BT2020,
VSC_PRIMARIES_ST428,
VSC_PRIMARIES_ST431_2,
VSC_PRIMARIES_ST432_1,
VSC_PRIMARIES_EBU3213_E,
}Variants§
VSC_PRIMARIES_BT709
VSC_PRIMARIES_UNSPECIFIED
VSC_PRIMARIES_BT470_M
VSC_PRIMARIES_BT470_BG
VSC_PRIMARIES_ST170_M
VSC_PRIMARIES_ST240_M
VSC_PRIMARIES_FILM
VSC_PRIMARIES_BT2020
VSC_PRIMARIES_ST428
VSC_PRIMARIES_ST431_2
VSC_PRIMARIES_ST432_1
VSC_PRIMARIES_EBU3213_E
Trait Implementations§
source§impl Clone for VSColorPrimaries
impl Clone for VSColorPrimaries
source§fn clone(&self) -> VSColorPrimaries
fn clone(&self) -> VSColorPrimaries
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 VSColorPrimaries
impl Debug for VSColorPrimaries
source§impl Hash for VSColorPrimaries
impl Hash for VSColorPrimaries
source§impl PartialEq<VSColorPrimaries> for VSColorPrimaries
impl PartialEq<VSColorPrimaries> for VSColorPrimaries
source§fn eq(&self, other: &VSColorPrimaries) -> bool
fn eq(&self, other: &VSColorPrimaries) -> bool
This method tests for
self and other values to be equal, and is used
by ==.