Struct gstreamer_video::VideoColorimetry[][src]

pub struct VideoColorimetry(_);

Structure describing the color info.

Methods

impl VideoColorimetry
[src]

Make a string representation of self.

Returns

a string representation of self.

Parse the colorimetry string and update self with the parsed values.

color

a colorimetry string

Returns

true if color points to valid colorimetry info.

Trait Implementations

impl Clone for VideoColorimetry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VideoColorimetry
[src]

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

This method tests for !=.

impl Eq for VideoColorimetry
[src]

impl FromStr for VideoColorimetry
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Debug for VideoColorimetry
[src]

Formats the value using the given formatter. Read more

impl Display for VideoColorimetry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for VideoColorimetry

impl Sync for VideoColorimetry