Struct plotters::prelude::PathElement [−][src]
pub struct PathElement<Coord> { /* fields omitted */ }Expand description
An element of a series of connected lines
Implementations
impl<Coord> PathElement<Coord>[src]
impl<Coord> PathElement<Coord>[src]Trait Implementations
impl<Coord, DB: DrawingBackend> Drawable<DB, BackendCoordOnly> for PathElement<Coord>[src]
impl<Coord, DB: DrawingBackend> Drawable<DB, BackendCoordOnly> for PathElement<Coord>[src]impl<'a, Coord> PointCollection<'a, Coord, BackendCoordOnly> for &'a PathElement<Coord>[src]
impl<'a, Coord> PointCollection<'a, Coord, BackendCoordOnly> for &'a PathElement<Coord>[src]type IntoIter = &'a [Coord]
type IntoIter = &'a [Coord]The point iterator
fn point_iter(self) -> &'a [Coord][src]
fn point_iter(self) -> &'a [Coord][src]framework to do the coordinate mapping
Auto Trait Implementations
impl<Coord> RefUnwindSafe for PathElement<Coord> where
Coord: RefUnwindSafe,
Coord: RefUnwindSafe,
impl<Coord> Send for PathElement<Coord> where
Coord: Send,
Coord: Send,
impl<Coord> Sync for PathElement<Coord> where
Coord: Sync,
Coord: Sync,
impl<Coord> Unpin for PathElement<Coord> where
Coord: Unpin,
Coord: Unpin,
impl<Coord> UnwindSafe for PathElement<Coord> where
Coord: UnwindSafe,
Coord: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> SetParameter for T
impl<T> SetParameter for Tfn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>,
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>, Sets value as a parameter of self.