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