Enum cros_codecs::decoders::vp9::parser::ColorRange
source · [−]pub enum ColorRange {
StudioSwing,
FullSwing,
}
Variants
StudioSwing
FullSwing
Implementations
Trait Implementations
sourceimpl Clone for ColorRange
impl Clone for ColorRange
sourcefn clone(&self) -> ColorRange
fn clone(&self) -> ColorRange
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 moresourceimpl Debug for ColorRange
impl Debug for ColorRange
sourceimpl Default for ColorRange
impl Default for ColorRange
sourcefn default() -> ColorRange
fn default() -> ColorRange
Returns the “default value” for a type. Read more
sourceimpl PartialEq<ColorRange> for ColorRange
impl PartialEq<ColorRange> for ColorRange
sourcefn eq(&self, other: &ColorRange) -> bool
fn eq(&self, other: &ColorRange) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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