pub struct InterpolationData {
pub corners: Corners,
pub coefficients: Vec<f64>,
pub normalization: f64,
}Fields§
§corners: Corners§coefficients: Vec<f64>§normalization: f64Auto Trait Implementations§
impl Freeze for InterpolationData
impl RefUnwindSafe for InterpolationData
impl Send for InterpolationData
impl Sync for InterpolationData
impl Unpin for InterpolationData
impl UnsafeUnpin for InterpolationData
impl UnwindSafe for InterpolationData
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