Enum gstreamer_video::VideoColorRange [−][src]
pub enum VideoColorRange {
    Unknown,
    Range0255,
    Range16235,
    // some variants omitted
}Possible color range values. These constants are defined for 8 bit color values and can be scaled for other bit depths.
Variants
UnknownRange0255Range16235
                Trait Implementations
impl Clone for VideoColorRange[src] 
impl Clone for VideoColorRangefn clone(&self) -> VideoColorRange[src] 
fn clone(&self) -> VideoColorRangeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for VideoColorRange[src] 
impl Copy for VideoColorRangeimpl Debug for VideoColorRange[src] 
impl Debug for VideoColorRangefn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for VideoColorRange[src] 
impl Eq for VideoColorRangeimpl PartialEq for VideoColorRange[src] 
impl PartialEq for VideoColorRangefn eq(&self, other: &VideoColorRange) -> bool[src] 
fn eq(&self, other: &VideoColorRange) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &VideoColorRange) -> bool[src] 
fn ne(&self, other: &VideoColorRange) -> boolThis method tests for !=.
impl Hash for VideoColorRange[src] 
impl Hash for VideoColorRangefn hash<__H: Hasher>(&self, state: &mut __H)[src] 
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0[src] 
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl StaticType for VideoColorRange[src] 
impl StaticType for VideoColorRangefn static_type() -> Type[src] 
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for VideoColorRange[src] 
impl<'a> FromValueOptional<'a> for VideoColorRangeunsafe fn from_value_optional(value: &Value) -> Option<Self>[src] 
unsafe fn from_value_optional(value: &Value) -> Option<Self>impl<'a> FromValue<'a> for VideoColorRange[src] 
impl<'a> FromValue<'a> for VideoColorRangeunsafe fn from_value(value: &Value) -> Self[src] 
unsafe fn from_value(value: &Value) -> Selfimpl SetValue for VideoColorRange[src] 
impl SetValue for VideoColorRangeAuto Trait Implementations
impl Send for VideoColorRange
impl Send for VideoColorRangeimpl Sync for VideoColorRange
impl Sync for VideoColorRange