pub enum Interp {
Linear,
Hermite,
Quintic,
}
Expand description
Interpolation function to use
Variants§
Trait Implementations§
impl Copy for Interp
impl StructuralPartialEq for Interp
Auto Trait Implementations§
impl Freeze for Interp
impl RefUnwindSafe for Interp
impl Send for Interp
impl Sync for Interp
impl Unpin for Interp
impl UnwindSafe for Interp
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