pub struct PlotStairs { /* private fields */ }Expand description
Struct to provide functionality for plotting a line in a plot with stairs style.
Implementations§
Auto Trait Implementations§
impl Freeze for PlotStairs
impl RefUnwindSafe for PlotStairs
impl Send for PlotStairs
impl Sync for PlotStairs
impl Unpin for PlotStairs
impl UnwindSafe for PlotStairs
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