pub enum InterpolationOrder {
Linear,
Cubic,
}
Expand description
How to interpolate between the samples in a function of the sampled type.
Variants§
Trait Implementations§
source§impl Clone for InterpolationOrder
impl Clone for InterpolationOrder
source§fn clone(&self) -> InterpolationOrder
fn clone(&self) -> InterpolationOrder
Returns a copy of the value. Read more
1.6.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 InterpolationOrder
impl Debug for InterpolationOrder
source§impl Hash for InterpolationOrder
impl Hash for InterpolationOrder
source§impl PartialEq for InterpolationOrder
impl PartialEq for InterpolationOrder
impl Copy for InterpolationOrder
impl Eq for InterpolationOrder
impl StructuralPartialEq for InterpolationOrder
Auto Trait Implementations§
impl Freeze for InterpolationOrder
impl RefUnwindSafe for InterpolationOrder
impl Send for InterpolationOrder
impl Sync for InterpolationOrder
impl Unpin for InterpolationOrder
impl UnwindSafe for InterpolationOrder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)