pub struct LogRange<V: LogScalable>(pub Range<V>);
๐Deprecated: LogRange is deprecated, use IntoLogRange trait method instead
Expand description
The logarithmic coordinate decorator. This decorator is used to make the axis rendered as logarithmically.
Tuple Fieldsยง
ยง0: Range<V>
๐Deprecated: LogRange is deprecated, use IntoLogRange trait method instead
Trait Implementationsยง
Sourceยงimpl<V: LogScalable> AsRangedCoord for LogRange<V>
impl<V: LogScalable> AsRangedCoord for LogRange<V>
Auto Trait Implementationsยง
impl<V> Freeze for LogRange<V>where
V: Freeze,
impl<V> RefUnwindSafe for LogRange<V>where
V: RefUnwindSafe,
impl<V> Send for LogRange<V>where
V: Send,
impl<V> Sync for LogRange<V>where
V: Sync,
impl<V> Unpin for LogRange<V>where
V: Unpin,
impl<V> UnwindSafe for LogRange<V>where
V: UnwindSafe,
Blanket Implementationsยง
Sourceยงimpl<T> BindKeyPointMethod for Twhere
T: AsRangedCoord,
impl<T> BindKeyPointMethod for Twhere
T: AsRangedCoord,
Sourceยงfn with_key_point_func<F: Fn(usize) -> Vec<Self::Value> + 'static>(
self,
func: F,
) -> WithKeyPointMethod<Self::CoordDescType>
fn with_key_point_func<F: Fn(usize) -> Vec<Self::Value> + 'static>( self, func: F, ) -> WithKeyPointMethod<Self::CoordDescType>
Bind a existing coordinate spec with a given key points algorithm. See WithKeyPointMethod for more details.
Example: Read more
Sourceยงimpl<T> BindKeyPoints for Twhere
T: AsRangedCoord,
impl<T> BindKeyPoints for Twhere
T: AsRangedCoord,
Sourceยงfn with_key_points(
self,
points: Vec<Self::Value>,
) -> WithKeyPoints<Self::CoordDescType>
fn with_key_points( self, points: Vec<Self::Value>, ) -> WithKeyPoints<Self::CoordDescType>
Bind a existing coordinate spec with a given key points vector. See WithKeyPoints for more details.
Example: Read more
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
Sourceยงimpl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Sourceยงimpl<T> IntoLinspace for Twhere
T: AsRangedCoord,
impl<T> IntoLinspace for Twhere
T: AsRangedCoord,
Sourceยงimpl<R> IntoPartialAxis for Rwhere
R: AsRangedCoord,
impl<R> IntoPartialAxis for Rwhere
R: AsRangedCoord,
Sourceยงfn partial_axis(
self,
axis_range: Range<<Self::CoordDescType as Ranged>::ValueType>,
) -> PartialAxis<Self::CoordDescType>
fn partial_axis( self, axis_range: Range<<Self::CoordDescType as Ranged>::ValueType>, ) -> PartialAxis<Self::CoordDescType>
Make the partial axis Read more
Layoutยง
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.