pub struct ChartStyle {
pub background_color: Vec4,
pub grid_color: Vec4,
pub label_color: Vec4,
}
Fields§
§background_color: Vec4
§grid_color: Vec4
§label_color: Vec4
Trait Implementations§
Source§impl Clone for ChartStyle
impl Clone for ChartStyle
Source§fn clone(&self) -> ChartStyle
fn clone(&self) -> ChartStyle
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ChartStyle
impl RefUnwindSafe for ChartStyle
impl Send for ChartStyle
impl Sync for ChartStyle
impl Unpin for ChartStyle
impl UnwindSafe for ChartStyle
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