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

Trait Implementations

impl Clone for VideoColorRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VideoColorRange
[src]

impl Debug for VideoColorRange
[src]

Formats the value using the given formatter. Read more

impl Eq for VideoColorRange
[src]

impl PartialEq for VideoColorRange
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for VideoColorRange
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl StaticType for VideoColorRange
[src]

Returns the type identifier of Self.

impl<'a> FromValueOptional<'a> for VideoColorRange
[src]

impl<'a> FromValue<'a> for VideoColorRange
[src]

impl SetValue for VideoColorRange
[src]

Auto Trait Implementations

impl Send for VideoColorRange

impl Sync for VideoColorRange