Enum cros_codecs::decoders::vp9::parser::ColorRange
source · pub enum ColorRange {
StudioSwing,
FullSwing,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for ColorRange
impl Clone for ColorRange
source§fn clone(&self) -> ColorRange
fn clone(&self) -> ColorRange
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 ColorRange
impl Debug for ColorRange
source§impl Default for ColorRange
impl Default for ColorRange
source§fn default() -> ColorRange
fn default() -> ColorRange
Returns the “default value” for a type. Read more
source§impl PartialEq<ColorRange> for ColorRange
impl PartialEq<ColorRange> for ColorRange
source§fn eq(&self, other: &ColorRange) -> bool
fn eq(&self, other: &ColorRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ColorRange
impl Eq for ColorRange
impl StructuralEq for ColorRange
impl StructuralPartialEq for ColorRange
Auto Trait Implementations§
impl RefUnwindSafe for ColorRange
impl Send for ColorRange
impl Sync for ColorRange
impl Unpin for ColorRange
impl UnwindSafe for ColorRange
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