Enum vpx_sys::vpx_color_range
[−]
[src]
#[repr(u32)]pub enum vpx_color_range { VPX_CR_STUDIO_RANGE, VPX_CR_FULL_RANGE, }
Variants
VPX_CR_STUDIO_RANGE
VPX_CR_FULL_RANGE
Trait Implementations
impl Debug for vpx_color_range
[src]
impl Copy for vpx_color_range
[src]
impl Clone for vpx_color_range
[src]
fn clone(&self) -> vpx_color_range
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_range
[src]
fn eq(&self, __arg_0: &vpx_color_range) -> 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 !=
.