pub struct DottedPathElement<I: Iterator + Clone, Size: SizeDesc, Marker> { /* private fields */ }
Expand description
An element of a series of connected lines in dot style for any markers.
It’s similar to PathElement
but use a marker function to draw markers with spacing.
Implementations§
Source§impl<I: Iterator + Clone, Size: SizeDesc, Marker> DottedPathElement<I, Size, Marker>
impl<I: Iterator + Clone, Size: SizeDesc, Marker> DottedPathElement<I, Size, Marker>
Trait Implementations§
Source§impl<I0, Size, DB, Marker> Drawable<DB> for DottedPathElement<I0, Size, Marker>where
I0: Iterator + Clone,
Size: SizeDesc,
DB: DrawingBackend,
Marker: IntoDynElement<'static, DB, BackendCoord>,
impl<I0, Size, DB, Marker> Drawable<DB> for DottedPathElement<I0, Size, Marker>where
I0: Iterator + Clone,
Size: SizeDesc,
DB: DrawingBackend,
Marker: IntoDynElement<'static, DB, BackendCoord>,
Source§impl<'a, I: Iterator + Clone, Size: SizeDesc, Marker> PointCollection<'a, <I as Iterator>::Item> for &'a DottedPathElement<I, Size, Marker>
impl<'a, I: Iterator + Clone, Size: SizeDesc, Marker> PointCollection<'a, <I as Iterator>::Item> for &'a DottedPathElement<I, Size, Marker>
Auto Trait Implementations§
impl<I, Size, Marker> Freeze for DottedPathElement<I, Size, Marker>
impl<I, Size, Marker> !RefUnwindSafe for DottedPathElement<I, Size, Marker>
impl<I, Size, Marker> !Send for DottedPathElement<I, Size, Marker>
impl<I, Size, Marker> !Sync for DottedPathElement<I, Size, Marker>
impl<I, Size, Marker> Unpin for DottedPathElement<I, Size, Marker>
impl<I, Size, Marker> !UnwindSafe for DottedPathElement<I, Size, Marker>
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
Source§impl<'b, T, DB, Coord> IntoDynElement<'b, DB, Coord> for Twhere
T: Drawable<DB> + 'b,
&'a T: for<'a> PointCollection<'a, Coord>,
Coord: Clone,
DB: DrawingBackend,
impl<'b, T, DB, Coord> IntoDynElement<'b, DB, Coord> for Twhere
T: Drawable<DB> + 'b,
&'a T: for<'a> PointCollection<'a, Coord>,
Coord: Clone,
DB: DrawingBackend,
Source§fn into_dyn(self) -> DynElement<'b, DB, Coord>
fn into_dyn(self) -> DynElement<'b, DB, Coord>
Make the conversion
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.