Enum vpx_sys::vpx_color_range
source · #[repr(u32)]pub enum vpx_color_range {
VPX_CR_STUDIO_RANGE = 0,
VPX_CR_FULL_RANGE = 1,
}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 for vpx_color_range
impl PartialEq 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 ==.impl Copy for vpx_color_range
impl Eq for vpx_color_range
impl StructuralEq for vpx_color_range
impl StructuralPartialEq for vpx_color_range
Auto Trait Implementations§
impl RefUnwindSafe for vpx_color_range
impl Send for vpx_color_range
impl Sync for vpx_color_range
impl Unpin for vpx_color_range
impl UnwindSafe for vpx_color_range
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more