#[repr(u32)]
pub enum AVChromaLocation {
AVCHROMA_LOC_UNSPECIFIED,
AVCHROMA_LOC_LEFT,
AVCHROMA_LOC_CENTER,
AVCHROMA_LOC_TOPLEFT,
AVCHROMA_LOC_TOP,
AVCHROMA_LOC_BOTTOMLEFT,
AVCHROMA_LOC_BOTTOM,
AVCHROMA_LOC_NB,
}Variants§
AVCHROMA_LOC_UNSPECIFIED
AVCHROMA_LOC_LEFT
AVCHROMA_LOC_CENTER
AVCHROMA_LOC_TOPLEFT
AVCHROMA_LOC_TOP
AVCHROMA_LOC_BOTTOMLEFT
AVCHROMA_LOC_BOTTOM
AVCHROMA_LOC_NB
Trait Implementations§
source§impl Clone for AVChromaLocation
impl Clone for AVChromaLocation
source§fn clone(&self) -> AVChromaLocation
fn clone(&self) -> AVChromaLocation
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 AVChromaLocation
impl Debug for AVChromaLocation
source§impl Hash for AVChromaLocation
impl Hash for AVChromaLocation
source§impl PartialEq<AVChromaLocation> for AVChromaLocation
impl PartialEq<AVChromaLocation> for AVChromaLocation
source§fn eq(&self, other: &AVChromaLocation) -> bool
fn eq(&self, other: &AVChromaLocation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.