[go: up one dir, main page]

[][src]Struct plotters::prelude::Cross

pub struct Cross<Coord> { /* fields omitted */ }

Describe a cross

Methods

impl<Coord> Cross<Coord>[src]

pub fn new<T: Into<ShapeStyle>>(coord: Coord, size: u32, style: T) -> Self[src]

Trait Implementations

impl<Coord> PointElement<Coord> for Cross<Coord>[src]

impl<'a, Coord: 'a> PointCollection<'a, Coord> for &'a Cross<Coord>[src]

type Borrow = &'a Coord

The item in point iterator

type IntoIter = Once<&'a Coord>

The point iterator

impl<Coord, DB: DrawingBackend> Drawable<DB> for Cross<Coord>[src]

Auto Trait Implementations

impl<Coord> Unpin for Cross<Coord> where
    Coord: Unpin

impl<Coord> Send for Cross<Coord> where
    Coord: Send

impl<Coord> Sync for Cross<Coord> where
    Coord: Sync

impl<Coord> RefUnwindSafe for Cross<Coord> where
    Coord: RefUnwindSafe

impl<Coord> UnwindSafe for Cross<Coord> where
    Coord: UnwindSafe

Blanket Implementations

impl<'b, T, DB, Coord> IntoDynElement<'b, DB, Coord> for T where
    Coord: Clone,
    DB: DrawingBackend,
    T: Drawable<DB> + 'b,
    &'a T: PointCollection<'a, Coord>, 
[src]

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.

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]

fn adapt_into(self) -> D[src]

Convert the source color to the destination color using the bradford method by default Read more