Enum ffmpeg_sys_next::AVFieldOrder
source · #[repr(u32)]
pub enum AVFieldOrder {
AV_FIELD_UNKNOWN,
AV_FIELD_PROGRESSIVE,
AV_FIELD_TT,
AV_FIELD_BB,
AV_FIELD_TB,
AV_FIELD_BT,
}Expand description
@addtogroup lavc_core
Variants§
Trait Implementations§
source§impl Clone for AVFieldOrder
impl Clone for AVFieldOrder
source§fn clone(&self) -> AVFieldOrder
fn clone(&self) -> AVFieldOrder
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 AVFieldOrder
impl Debug for AVFieldOrder
source§impl Hash for AVFieldOrder
impl Hash for AVFieldOrder
source§impl PartialEq<AVFieldOrder> for AVFieldOrder
impl PartialEq<AVFieldOrder> for AVFieldOrder
source§fn eq(&self, other: &AVFieldOrder) -> bool
fn eq(&self, other: &AVFieldOrder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.