Enum ffmpeg_sys_next::AVColorRange
source · #[repr(u32)]
pub enum AVColorRange {
AVCOL_RANGE_UNSPECIFIED,
AVCOL_RANGE_MPEG,
AVCOL_RANGE_JPEG,
AVCOL_RANGE_NB,
}Variants§
Trait Implementations§
source§impl Clone for AVColorRange
impl Clone for AVColorRange
source§fn clone(&self) -> AVColorRange
fn clone(&self) -> AVColorRange
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 AVColorRange
impl Debug for AVColorRange
source§impl Hash for AVColorRange
impl Hash for AVColorRange
source§impl PartialEq<AVColorRange> for AVColorRange
impl PartialEq<AVColorRange> for AVColorRange
source§fn eq(&self, other: &AVColorRange) -> bool
fn eq(&self, other: &AVColorRange) -> bool
This method tests for
self and other values to be equal, and is used
by ==.