Enum ffmpeg_sys::AVColorRange
[−]
[src]
pub enum AVColorRange {
AVCOL_RANGE_UNSPECIFIED,
AVCOL_RANGE_MPEG,
AVCOL_RANGE_JPEG,
AVCOL_RANGE_NB,
}Variants
AVCOL_RANGE_UNSPECIFIEDAVCOL_RANGE_MPEGAVCOL_RANGE_JPEGAVCOL_RANGE_NBTrait Implementations
impl Debug for AVColorRange[src]
impl Clone for AVColorRange[src]
fn clone(&self) -> AVColorRange
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 AVColorRange[src]
impl PartialEq for AVColorRange[src]
fn eq(&self, __arg_0: &AVColorRange) -> 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 !=.