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 more