pub struct DashedPathElement<I: Iterator + Clone, Size: SizeDesc> { /* private fields */ }
Expand description
An element of a series of connected lines in dash style.
It’s similar to PathElement
but has a dash style.
Implementations§
Source§impl<I: Iterator + Clone, Size: SizeDesc> DashedPathElement<I, Size>
impl<I: Iterator + Clone, Size: SizeDesc> DashedPathElement<I, Size>
Trait Implementations§
Source§impl<I0: Iterator + Clone, Size: SizeDesc, DB: DrawingBackend> Drawable<DB> for DashedPathElement<I0, Size>
impl<I0: Iterator + Clone, Size: SizeDesc, DB: DrawingBackend> Drawable<DB> for DashedPathElement<I0, Size>
Source§impl<'a, I: Iterator + Clone, Size: SizeDesc> PointCollection<'a, <I as Iterator>::Item> for &'a DashedPathElement<I, Size>
impl<'a, I: Iterator + Clone, Size: SizeDesc> PointCollection<'a, <I as Iterator>::Item> for &'a DashedPathElement<I, Size>
Auto Trait Implementations§
impl<I, Size> Freeze for DashedPathElement<I, Size>
impl<I, Size> RefUnwindSafe for DashedPathElement<I, Size>where
I: RefUnwindSafe,
Size: RefUnwindSafe,
impl<I, Size> Send for DashedPathElement<I, Size>
impl<I, Size> Sync for DashedPathElement<I, Size>
impl<I, Size> Unpin for DashedPathElement<I, Size>
impl<I, Size> UnwindSafe for DashedPathElement<I, Size>where
I: UnwindSafe,
Size: 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
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.