Enum ndarray_interp::Interp1DStrategy
source · pub enum Interp1DStrategy {
Linear {
extrapolate: bool,
},
}
Expand description
Strategys for interpolating data along one axis
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Interp1DStrategy
impl Send for Interp1DStrategy
impl Sync for Interp1DStrategy
impl Unpin for Interp1DStrategy
impl UnwindSafe for Interp1DStrategy
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