[][src]Enum stainless_ffmpeg_sys::AVChromaLocation

#[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

impl Clone for AVChromaLocation[src]

impl Copy for AVChromaLocation[src]

impl Debug for AVChromaLocation[src]

impl Eq for AVChromaLocation[src]

impl Hash for AVChromaLocation[src]

impl PartialEq<AVChromaLocation> for AVChromaLocation[src]

impl StructuralEq for AVChromaLocation[src]

impl StructuralPartialEq for AVChromaLocation[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.