Enum ffmpeg_sys::AVFieldOrder [] [src]

pub enum AVFieldOrder {
    AV_FIELD_UNKNOWN,
    AV_FIELD_PROGRESSIVE,
    AV_FIELD_TT,
    AV_FIELD_BB,
    AV_FIELD_TB,
    AV_FIELD_BT,
}

Variants

AV_FIELD_UNKNOWNAV_FIELD_PROGRESSIVEAV_FIELD_TTAV_FIELD_BBAV_FIELD_TBAV_FIELD_BT

Trait Implementations

impl Debug for AVFieldOrder
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for AVFieldOrder
[src]

fn clone(&self) -> AVFieldOrder

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for AVFieldOrder
[src]

impl PartialEq for AVFieldOrder
[src]

fn eq(&self, __arg_0: &AVFieldOrder) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Eq for AVFieldOrder
[src]