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