[][src]Struct plotters::chart::DualCoordChartState

pub struct DualCoordChartState<CT1: CoordTranslate, CT2: CoordTranslate> { /* fields omitted */ }

The chart state for a dual coord chart, see the detailed description for ChartState for more information about the purpose of a chart state

Methods

impl<CT1: CoordTranslate, CT2: CoordTranslate> DualCoordChartState<CT1, CT2>[src]

pub fn restore<'a, DB: DrawingBackend + 'a>(
    self,
    area: &DrawingArea<DB, Shift>
) -> DualCoordChartContext<'a, DB, CT1, CT2>
[src]

Restore the chart state on the given drawing area

Trait Implementations

impl<'a, DB: DrawingBackend, CT1: CoordTranslate, CT2: CoordTranslate> From<DualCoordChartContext<'a, DB, CT1, CT2>> for DualCoordChartState<CT1, CT2>[src]

impl<'a, 'b, DB: DrawingBackend, CT1: CoordTranslate + Clone, CT2: CoordTranslate + Clone> From<&'b DualCoordChartContext<'a, DB, CT1, CT2>> for DualCoordChartState<CT1, CT2>[src]

Auto Trait Implementations

impl<CT1, CT2> Send for DualCoordChartState<CT1, CT2> where
    CT1: Send,
    CT2: Send

impl<CT1, CT2> Unpin for DualCoordChartState<CT1, CT2> where
    CT1: Unpin,
    CT2: Unpin

impl<CT1, CT2> Sync for DualCoordChartState<CT1, CT2> where
    CT1: Sync,
    CT2: Sync

impl<CT1, CT2> UnwindSafe for DualCoordChartState<CT1, CT2> where
    CT1: UnwindSafe,
    CT2: UnwindSafe

impl<CT1, CT2> RefUnwindSafe for DualCoordChartState<CT1, CT2> where
    CT1: RefUnwindSafe,
    CT2: RefUnwindSafe

Blanket Implementations

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

impl<T> From<T> for 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

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]

impl<T, U> ConvertInto<U> for T where
    U: ConvertFrom<T>, 
[src]