[−][src]Struct plotters::element::ComposedElement
The composed element which has at least two components
Trait Implementations
impl<'b, Coord, DB: DrawingBackend, A, B> PointCollection<'b, Coord> for &'b ComposedElement<Coord, DB, A, B> where
A: Drawable<DB>,
B: Drawable<DB>,
[src][+]
A: Drawable<DB>,
B: Drawable<DB>,
impl<Coord, DB: DrawingBackend, A, B> Drawable<DB> for ComposedElement<Coord, DB, A, B> where
&'a A: PointCollection<'a, BackendCoord>,
&'b B: PointCollection<'b, BackendCoord>,
A: Drawable<DB>,
B: Drawable<DB>,
[src][+]
&'a A: PointCollection<'a, BackendCoord>,
&'b B: PointCollection<'b, BackendCoord>,
A: Drawable<DB>,
B: Drawable<DB>,
impl<Coord, DB: DrawingBackend, A, B, C> Add<C> for ComposedElement<Coord, DB, A, B> where
A: Drawable<DB>,
&'a A: PointCollection<'a, BackendCoord>,
B: Drawable<DB>,
&'a B: PointCollection<'a, BackendCoord>,
C: Drawable<DB>,
&'a C: PointCollection<'a, BackendCoord>,
[src][+]
A: Drawable<DB>,
&'a A: PointCollection<'a, BackendCoord>,
B: Drawable<DB>,
&'a B: PointCollection<'a, BackendCoord>,
C: Drawable<DB>,
&'a C: PointCollection<'a, BackendCoord>,
Auto Trait Implementations
impl<Coord, DB, A, B> Send for ComposedElement<Coord, DB, A, B> where
A: Send,
B: Send,
Coord: Send,
DB: Send,
A: Send,
B: Send,
Coord: Send,
DB: Send,
impl<Coord, DB, A, B> Unpin for ComposedElement<Coord, DB, A, B> where
A: Unpin,
B: Unpin,
Coord: Unpin,
DB: Unpin,
A: Unpin,
B: Unpin,
Coord: Unpin,
DB: Unpin,
impl<Coord, DB, A, B> Sync for ComposedElement<Coord, DB, A, B> where
A: Sync,
B: Sync,
Coord: Sync,
DB: Sync,
A: Sync,
B: Sync,
Coord: Sync,
DB: Sync,
impl<Coord, DB, A, B> UnwindSafe for ComposedElement<Coord, DB, A, B> where
A: UnwindSafe,
B: UnwindSafe,
Coord: UnwindSafe,
DB: UnwindSafe,
A: UnwindSafe,
B: UnwindSafe,
Coord: UnwindSafe,
DB: UnwindSafe,
impl<Coord, DB, A, B> RefUnwindSafe for ComposedElement<Coord, DB, A, B> where
A: RefUnwindSafe,
B: RefUnwindSafe,
Coord: RefUnwindSafe,
DB: RefUnwindSafe,
A: RefUnwindSafe,
B: RefUnwindSafe,
Coord: RefUnwindSafe,
DB: RefUnwindSafe,
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> SetParameter for T
[+]
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
[src][+]
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
impl<T, U> ConvertInto<U> for T where
U: ConvertFrom<T>,
[src][+]
U: ConvertFrom<T>,