[−][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>,
type Borrow = &'b Coord
The item in point iterator
type IntoIter = Once<&'b Coord>
The point iterator
fn point_iter(self) -> Self::IntoIter
[src]
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>,
fn draw<I: Iterator<Item = BackendCoord>>(
&self,
pos: I,
backend: &mut DB,
ps: (u32, u32)
) -> Result<(), DrawingErrorKind<DB::ErrorType>>
[src]
&self,
pos: I,
backend: &mut DB,
ps: (u32, u32)
) -> Result<(), DrawingErrorKind<DB::ErrorType>>
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>,
type Output = ComposedElement<Coord, DB, A, ComposedElement<BackendCoord, DB, B, C>>
The resulting type after applying the +
operator.
fn add(self, rhs: C) -> Self::Output
[src]
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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
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
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>,
T: Parameter<Self>,
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,
fn adapt_into_using<M>(self, method: M) -> D where
M: TransformMatrix<Swp, Dwp, T>,
[src]
M: TransformMatrix<Swp, Dwp, T>,
fn adapt_into(self) -> D
[src]
impl<T, U> ConvertInto<U> for T where
U: ConvertFrom<T>,
[src]
U: ConvertFrom<T>,