pub struct Akima { /* private fields */ }Expand description
An Akima spline interpolant.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Akima
impl RefUnwindSafe for Akima
impl Send for Akima
impl Sync for Akima
impl Unpin for Akima
impl UnsafeUnpin for Akima
impl UnwindSafe for Akima
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