[−][src]Struct plotters::chart::DualCoordChartState
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][−]
self,
area: &DrawingArea<DB, Shift>
) -> DualCoordChartContext<'a, DB, CT1, CT2>
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,
CT1: Send,
CT2: Send,
impl<CT1, CT2> Unpin for DualCoordChartState<CT1, CT2> where
CT1: Unpin,
CT2: Unpin,
CT1: Unpin,
CT2: Unpin,
impl<CT1, CT2> Sync for DualCoordChartState<CT1, CT2> where
CT1: Sync,
CT2: Sync,
CT1: Sync,
CT2: Sync,
impl<CT1, CT2> UnwindSafe for DualCoordChartState<CT1, CT2> where
CT1: UnwindSafe,
CT2: UnwindSafe,
CT1: UnwindSafe,
CT2: UnwindSafe,
impl<CT1, CT2> RefUnwindSafe for DualCoordChartState<CT1, CT2> where
CT1: RefUnwindSafe,
CT2: RefUnwindSafe,
CT1: RefUnwindSafe,
CT2: 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>,