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