pub struct SmoothPlotData {
pub name: String,
pub x: Vec<f64>,
pub y: Vec<f64>,
}Fields§
§name: String§x: Vec<f64>§y: Vec<f64>Auto Trait Implementations§
impl Freeze for SmoothPlotData
impl RefUnwindSafe for SmoothPlotData
impl Send for SmoothPlotData
impl Sync for SmoothPlotData
impl Unpin for SmoothPlotData
impl UnsafeUnpin for SmoothPlotData
impl UnwindSafe for SmoothPlotData
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