Enum ffmpeg::util::color::space::Space [] [src]

pub enum Space {
    RGB,
    BT709,
    Unspecified,
    Reserved,
    FCC,
    BT470BG,
    SMPTE170M,
    SMPTE240M,
    YCOCG,
    YCGCO,
    BT2020NCL,
    BT2020CL,
}

Variants

Methods

impl Space
[src]

[src]

Trait Implementations

impl Eq for Space
[src]

impl PartialEq for Space
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Clone for Space
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Space
[src]

impl Debug for Space
[src]

[src]

Formats the value using the given formatter. Read more

impl From<AVColorSpace> for Space
[src]

[src]

Performs the conversion.

impl Into<AVColorSpace> for Space
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Space

impl Sync for Space