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