Enum ffmpeg::util::chroma::location::Location [] [src]

pub enum Location {
    Unspecified,
    Left,
    Center,
    TopLeft,
    Top,
    BottomLeft,
    Bottom,
}

Variants

Trait Implementations

impl Eq for Location
[src]

impl PartialEq for Location
[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 Location
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Location
[src]

impl Debug for Location
[src]

[src]

Formats the value using the given formatter. Read more

impl From<AVChromaLocation> for Location
[src]

[src]

Performs the conversion.

impl Into<AVChromaLocation> for Location
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Location

impl Sync for Location