Struct charts_rs::SmoothLine
source · pub struct SmoothLine {
pub color: Option<Color>,
pub points: Vec<Point>,
pub stroke_width: f32,
pub symbol: Option<Symbol>,
}Fields§
§color: Option<Color>§points: Vec<Point>§stroke_width: f32§symbol: Option<Symbol>Implementations§
Trait Implementations§
source§impl Clone for SmoothLine
impl Clone for SmoothLine
source§fn clone(&self) -> SmoothLine
fn clone(&self) -> SmoothLine
Returns a copy 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 moresource§impl Debug for SmoothLine
impl Debug for SmoothLine
source§impl Default for SmoothLine
impl Default for SmoothLine
source§impl PartialEq<SmoothLine> for SmoothLine
impl PartialEq<SmoothLine> for SmoothLine
source§fn eq(&self, other: &SmoothLine) -> bool
fn eq(&self, other: &SmoothLine) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SmoothLine
Auto Trait Implementations§
impl RefUnwindSafe for SmoothLine
impl Send for SmoothLine
impl Sync for SmoothLine
impl Unpin for SmoothLine
impl UnwindSafe for SmoothLine
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