[][src]Struct plotters::element::ComposedElement

pub struct ComposedElement<Coord, A, B> where
    A: Drawable,
    B: Drawable
{ /* fields omitted */ }

Trait Implementations

impl<'b, Coord, A, B> PointCollection<'b, Coord> for &'b ComposedElement<Coord, A, B> where
    A: Drawable,
    B: Drawable
[src]

type Borrow = &'b Coord

The item in point iterator

type IntoIter = Once<&'b Coord>

The point iterator

impl<Coord, A, B> Drawable for ComposedElement<Coord, A, B> where
    &'a A: PointCollection<'a, BackendCoord>,
    &'b B: PointCollection<'b, BackendCoord>,
    A: Drawable,
    B: Drawable
[src]

impl<Coord, A, B, C> Add<C> for ComposedElement<Coord, A, B> where
    A: Drawable,
    &'a A: PointCollection<'a, BackendCoord>,
    B: Drawable,
    &'a B: PointCollection<'a, BackendCoord>,
    C: Drawable,
    &'a C: PointCollection<'a, BackendCoord>, 
[src]

type Output = ComposedElement<Coord, A, ComposedElement<BackendCoord, B, C>>

The resulting type after applying the + operator.

Auto Trait Implementations

impl<Coord, A, B> Send for ComposedElement<Coord, A, B> where
    A: Send,
    B: Send,
    Coord: Send

impl<Coord, A, B> Sync for ComposedElement<Coord, A, B> where
    A: Sync,
    B: Sync,
    Coord: Sync

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.