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