Enum vpx_sys::vpx_color_space
[−]
[src]
#[repr(u32)]pub enum vpx_color_space { VPX_CS_UNKNOWN, VPX_CS_BT_601, VPX_CS_BT_709, VPX_CS_SMPTE_170, VPX_CS_SMPTE_240, VPX_CS_BT_2020, VPX_CS_RESERVED, VPX_CS_SRGB, }
Variants
VPX_CS_UNKNOWN
VPX_CS_BT_601
VPX_CS_BT_709
VPX_CS_SMPTE_170
VPX_CS_SMPTE_240
VPX_CS_BT_2020
VPX_CS_RESERVED
VPX_CS_SRGB
Trait Implementations
impl Debug for vpx_color_space
[src]
impl Copy for vpx_color_space
[src]
impl Clone for vpx_color_space
[src]
fn clone(&self) -> vpx_color_space
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 PartialEq for vpx_color_space
[src]
fn eq(&self, __arg_0: &vpx_color_space) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.