pub struct LinearInterpolationInvalidValuesError;Expand description
Error returned when current_in is outside the [min_in, max_in] range.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinearInterpolationInvalidValuesError
impl RefUnwindSafe for LinearInterpolationInvalidValuesError
impl Send for LinearInterpolationInvalidValuesError
impl Sync for LinearInterpolationInvalidValuesError
impl Unpin for LinearInterpolationInvalidValuesError
impl UnsafeUnpin for LinearInterpolationInvalidValuesError
impl UnwindSafe for LinearInterpolationInvalidValuesError
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