[−][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]
fn from(
chart: DualCoordChartContext<'a, DB, CT1, CT2>
) -> DualCoordChartState<CT1, CT2>
[src]
chart: DualCoordChartContext<'a, DB, CT1, CT2>
) -> DualCoordChartState<CT1, CT2>
impl<'a, 'b, DB: DrawingBackend, CT1: CoordTranslate + Clone, CT2: CoordTranslate + Clone> From<&'b DualCoordChartContext<'a, DB, CT1, CT2>> for DualCoordChartState<CT1, CT2>
[src]
fn from(
chart: &'b DualCoordChartContext<'a, DB, CT1, CT2>
) -> DualCoordChartState<CT1, CT2>
[src]
chart: &'b DualCoordChartContext<'a, DB, CT1, CT2>
) -> DualCoordChartState<CT1, CT2>
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>,
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>,