Enum ffmpeg_next::codec::field_order::FieldOrder
source · pub enum FieldOrder {
Unknown,
Progressive,
TT,
BB,
TB,
BT,
}Variants§
Trait Implementations§
source§impl Clone for FieldOrder
impl Clone for FieldOrder
source§fn clone(&self) -> FieldOrder
fn clone(&self) -> FieldOrder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FieldOrder
impl Debug for FieldOrder
source§impl From<AVFieldOrder> for FieldOrder
impl From<AVFieldOrder> for FieldOrder
source§fn from(value: AVFieldOrder) -> Self
fn from(value: AVFieldOrder) -> Self
Converts to this type from the input type.
source§impl From<FieldOrder> for AVFieldOrder
impl From<FieldOrder> for AVFieldOrder
source§fn from(value: FieldOrder) -> AVFieldOrder
fn from(value: FieldOrder) -> AVFieldOrder
Converts to this type from the input type.
source§impl PartialEq<FieldOrder> for FieldOrder
impl PartialEq<FieldOrder> for FieldOrder
source§fn eq(&self, other: &FieldOrder) -> bool
fn eq(&self, other: &FieldOrder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.