Struct charts_rs::SmoothCurve
source · pub struct SmoothCurve {
pub points: Vec<Point>,
pub close: bool,
}Fields§
§points: Vec<Point>§close: boolTrait Implementations§
source§impl Clone for SmoothCurve
impl Clone for SmoothCurve
source§fn clone(&self) -> SmoothCurve
fn clone(&self) -> SmoothCurve
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 SmoothCurve
impl Debug for SmoothCurve
source§impl Default for SmoothCurve
impl Default for SmoothCurve
source§fn default() -> SmoothCurve
fn default() -> SmoothCurve
Returns the “default value” for a type. Read more
source§impl Display for SmoothCurve
impl Display for SmoothCurve
source§impl PartialEq<SmoothCurve> for SmoothCurve
impl PartialEq<SmoothCurve> for SmoothCurve
source§fn eq(&self, other: &SmoothCurve) -> bool
fn eq(&self, other: &SmoothCurve) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SmoothCurve
Auto Trait Implementations§
impl RefUnwindSafe for SmoothCurve
impl Send for SmoothCurve
impl Sync for SmoothCurve
impl Unpin for SmoothCurve
impl UnwindSafe for SmoothCurve
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