Enum ffmpeg_sys::AVChromaLocation
[−]
[src]
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_UNSPECIFIEDAVCHROMA_LOC_LEFTAVCHROMA_LOC_CENTERAVCHROMA_LOC_TOPLEFTAVCHROMA_LOC_TOPAVCHROMA_LOC_BOTTOMLEFTAVCHROMA_LOC_BOTTOMAVCHROMA_LOC_NBTrait Implementations
impl Debug for AVChromaLocation[src]
impl Clone for AVChromaLocation[src]
fn clone(&self) -> AVChromaLocation
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 AVChromaLocation[src]
impl PartialEq for AVChromaLocation[src]
fn eq(&self, __arg_0: &AVChromaLocation) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.