#[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 duplicate 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
impl Copy for vpx_color_range
impl Eq for vpx_color_range
impl StructuralPartialEq for vpx_color_range
Auto Trait Implementations§
impl Freeze for vpx_color_range
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