Enum vpx_sys::vpx_color_range
source · [−]#[repr(i32)]
pub enum vpx_color_range {
VPX_CR_STUDIO_RANGE,
VPX_CR_FULL_RANGE,
}Variants
VPX_CR_STUDIO_RANGE
VPX_CR_FULL_RANGE
Trait Implementations
sourceimpl Clone for vpx_color_range
impl Clone for vpx_color_range
sourcefn clone(&self) -> vpx_color_range
fn clone(&self) -> vpx_color_range
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for vpx_color_range
impl Debug for vpx_color_range
sourceimpl Hash for vpx_color_range
impl Hash for vpx_color_range
sourceimpl PartialEq<vpx_color_range> for vpx_color_range
impl PartialEq<vpx_color_range> for vpx_color_range
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more