pub struct NoData { /* private fields */ }Expand description
Type indicating that no data is associated with the sampling.
Trait Implementations§
Source§impl Img<NoData> for [f64; 2]
impl Img<NoData> for [f64; 2]
Source§fn into_point(self, t: f64) -> Point<NoData>
fn into_point(self, t: f64) -> Point<NoData>
Transform a map
f64 → self into the internal value Point.
It will only be used with finite t.Auto Trait Implementations§
impl Freeze for NoData
impl RefUnwindSafe for NoData
impl Send for NoData
impl Sync for NoData
impl Unpin for NoData
impl UnwindSafe for NoData
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