Enum ffmpeg_sys::AVColorPrimaries
[−]
[src]
pub enum AVColorPrimaries {
AVCOL_PRI_RESERVED0,
AVCOL_PRI_BT709,
AVCOL_PRI_UNSPECIFIED,
AVCOL_PRI_RESERVED,
AVCOL_PRI_BT470M,
AVCOL_PRI_BT470BG,
AVCOL_PRI_SMPTE170M,
AVCOL_PRI_SMPTE240M,
AVCOL_PRI_FILM,
AVCOL_PRI_BT2020,
AVCOL_PRI_NB,
}Variants
AVCOL_PRI_RESERVED0AVCOL_PRI_BT709AVCOL_PRI_UNSPECIFIEDAVCOL_PRI_RESERVEDAVCOL_PRI_BT470MAVCOL_PRI_BT470BGAVCOL_PRI_SMPTE170MAVCOL_PRI_SMPTE240MAVCOL_PRI_FILMAVCOL_PRI_BT2020AVCOL_PRI_NBTrait Implementations
impl Debug for AVColorPrimaries[src]
impl Clone for AVColorPrimaries[src]
fn clone(&self) -> AVColorPrimaries
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 AVColorPrimaries[src]
impl PartialEq for AVColorPrimaries[src]
fn eq(&self, __arg_0: &AVColorPrimaries) -> 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 !=.