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