pub struct RenderFrame { /* private fields */ }Expand description
Contains graphical information for a svg graph.
Implementations§
Source§impl RenderFrame
impl RenderFrame
pub fn data<X, Y, L: Point<X = X, Y = Y>, J: PlotIterator<L = L>>( self, plots: J, ) -> Stage1<PlotRes<J::P, L>, X::DefaultTicks, Y::DefaultTicks>
Trait Implementations§
Source§impl Clone for RenderFrame
impl Clone for RenderFrame
Source§fn clone(&self) -> RenderFrame
fn clone(&self) -> RenderFrame
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RenderFrame
impl RefUnwindSafe for RenderFrame
impl Send for RenderFrame
impl Sync for RenderFrame
impl Unpin for RenderFrame
impl UnwindSafe for RenderFrame
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more