Struct plotters::element::Polygon [−][src]
pub struct Polygon<Coord> { /* fields omitted */ }Expand description
An element of a filled polygon
Implementations
Trait Implementations
impl<Coord, DB: DrawingBackend> Drawable<DB, BackendCoordOnly> for Polygon<Coord>[src]
impl<Coord, DB: DrawingBackend> Drawable<DB, BackendCoordOnly> for Polygon<Coord>[src]impl<'a, Coord> PointCollection<'a, Coord, BackendCoordOnly> for &'a Polygon<Coord>[src]
impl<'a, Coord> PointCollection<'a, Coord, BackendCoordOnly> for &'a Polygon<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 Polygon<Coord> where
Coord: RefUnwindSafe,
Coord: RefUnwindSafe,
impl<Coord> Send for Polygon<Coord> where
Coord: Send,
Coord: Send,
impl<Coord> Sync for Polygon<Coord> where
Coord: Sync,
Coord: Sync,
impl<Coord> Unpin for Polygon<Coord> where
Coord: Unpin,
Coord: Unpin,
impl<Coord> UnwindSafe for Polygon<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.