pub struct LookupTable1D<Axis: AxisImpl, Dep> { /* private fields */ }Implementations§
Source§impl<Indep, Search, LowerBound, UpperBound, Dep> LookupTable1D<Axis<Indep, Search, LowerBound, UpperBound>, Dep>where
Indep: PartialOrd,
impl<Indep, Search, LowerBound, UpperBound, Dep> LookupTable1D<Axis<Indep, Search, LowerBound, UpperBound>, Dep>where
Indep: PartialOrd,
Source§impl<Indep, Search, LowerBound, UpperBound, Dep> LookupTable1D<Axis<Indep, Search, LowerBound, UpperBound>, Dep>
impl<Indep, Search, LowerBound, UpperBound, Dep> LookupTable1D<Axis<Indep, Search, LowerBound, UpperBound>, Dep>
Auto Trait Implementations§
impl<Axis, Dep> Freeze for LookupTable1D<Axis, Dep>where
<Axis as AxisImpl>::Search: Freeze,
impl<Axis, Dep> RefUnwindSafe for LookupTable1D<Axis, Dep>where
<Axis as AxisImpl>::Search: RefUnwindSafe,
<Axis as AxisImpl>::Indep: RefUnwindSafe,
Dep: RefUnwindSafe,
impl<Axis, Dep> Send for LookupTable1D<Axis, Dep>
impl<Axis, Dep> Sync for LookupTable1D<Axis, Dep>
impl<Axis, Dep> Unpin for LookupTable1D<Axis, Dep>
impl<Axis, Dep> UnwindSafe for LookupTable1D<Axis, Dep>where
<Axis as AxisImpl>::Search: UnwindSafe,
<Axis as AxisImpl>::Indep: UnwindSafe,
Dep: UnwindSafe,
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