pub enum InterpolationMethod {
Classic,
Perceptual,
Linear,
Smooth,
}Expand description
TS InterpolationMethod.
Variants§
Trait Implementations§
Source§impl Clone for InterpolationMethod
impl Clone for InterpolationMethod
Source§fn clone(&self) -> InterpolationMethod
fn clone(&self) -> InterpolationMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InterpolationMethod
Source§impl Debug for InterpolationMethod
impl Debug for InterpolationMethod
impl Eq for InterpolationMethod
Source§impl PartialEq for InterpolationMethod
impl PartialEq for InterpolationMethod
Source§fn eq(&self, other: &InterpolationMethod) -> bool
fn eq(&self, other: &InterpolationMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InterpolationMethod
Auto Trait Implementations§
impl Freeze for InterpolationMethod
impl RefUnwindSafe for InterpolationMethod
impl Send for InterpolationMethod
impl Sync for InterpolationMethod
impl Unpin for InterpolationMethod
impl UnsafeUnpin for InterpolationMethod
impl UnwindSafe for InterpolationMethod
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