#[repr(u32)]
pub enum AVActiveFormatDescription {
AV_AFD_SAME,
AV_AFD_4_3,
AV_AFD_16_9,
AV_AFD_14_9,
AV_AFD_4_3_SP_14_9,
AV_AFD_16_9_SP_14_9,
AV_AFD_SP_4_3,
}Variants§
AV_AFD_SAME
AV_AFD_4_3
AV_AFD_16_9
AV_AFD_14_9
AV_AFD_4_3_SP_14_9
AV_AFD_16_9_SP_14_9
AV_AFD_SP_4_3
Trait Implementations§
source§impl Clone for AVActiveFormatDescription
impl Clone for AVActiveFormatDescription
source§fn clone(&self) -> AVActiveFormatDescription
fn clone(&self) -> AVActiveFormatDescription
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 AVActiveFormatDescription
impl Debug for AVActiveFormatDescription
source§impl Hash for AVActiveFormatDescription
impl Hash for AVActiveFormatDescription
source§impl PartialEq<AVActiveFormatDescription> for AVActiveFormatDescription
impl PartialEq<AVActiveFormatDescription> for AVActiveFormatDescription
source§fn eq(&self, other: &AVActiveFormatDescription) -> bool
fn eq(&self, other: &AVActiveFormatDescription) -> bool
This method tests for
self and other values to be equal, and is used
by ==.