Enum ffmpeg_sys_next::AVChromaLocation
source · [−]#[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
sourceimpl Clone for AVChromaLocation
impl Clone for AVChromaLocation
sourcefn clone(&self) -> AVChromaLocation
fn clone(&self) -> AVChromaLocation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AVChromaLocation
impl Debug for AVChromaLocation
sourceimpl Hash for AVChromaLocation
impl Hash for AVChromaLocation
sourceimpl PartialEq<AVChromaLocation> for AVChromaLocation
impl PartialEq<AVChromaLocation> for AVChromaLocation
impl Copy for AVChromaLocation
impl Eq for AVChromaLocation
impl StructuralEq for AVChromaLocation
impl StructuralPartialEq for AVChromaLocation
Auto Trait Implementations
impl RefUnwindSafe for AVChromaLocation
impl Send for AVChromaLocation
impl Sync for AVChromaLocation
impl Unpin for AVChromaLocation
impl UnwindSafe for AVChromaLocation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more