Enum cros_codecs::decoders::vp9::parser::InterpolationFilter
source · [−]pub enum InterpolationFilter {
EightTap,
EightTapSmooth,
EightTapSharp,
Bilinear,
Switchable,
}
Variants
EightTap
EightTapSmooth
EightTapSharp
Bilinear
Switchable
Implementations
Trait Implementations
sourceimpl Clone for InterpolationFilter
impl Clone for InterpolationFilter
sourcefn clone(&self) -> InterpolationFilter
fn clone(&self) -> InterpolationFilter
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 InterpolationFilter
impl Debug for InterpolationFilter
sourceimpl Default for InterpolationFilter
impl Default for InterpolationFilter
sourcefn default() -> InterpolationFilter
fn default() -> InterpolationFilter
Returns the “default value” for a type. Read more
sourceimpl PartialEq<InterpolationFilter> for InterpolationFilter
impl PartialEq<InterpolationFilter> for InterpolationFilter
sourcefn eq(&self, other: &InterpolationFilter) -> bool
fn eq(&self, other: &InterpolationFilter) -> bool
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
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