Enum rustsynth_sys::VSColorFamily
source · #[repr(u32)]
pub enum VSColorFamily {
cfUndefined,
cfGray,
cfRGB,
cfYUV,
}Variants§
Trait Implementations§
source§impl Clone for VSColorFamily
impl Clone for VSColorFamily
source§fn clone(&self) -> VSColorFamily
fn clone(&self) -> VSColorFamily
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 VSColorFamily
impl Debug for VSColorFamily
source§impl Hash for VSColorFamily
impl Hash for VSColorFamily
source§impl PartialEq<VSColorFamily> for VSColorFamily
impl PartialEq<VSColorFamily> for VSColorFamily
source§fn eq(&self, other: &VSColorFamily) -> bool
fn eq(&self, other: &VSColorFamily) -> bool
This method tests for
self and other values to be equal, and is used
by ==.