pub struct ShapeStyles {
pub fill_styles: Vec<FillStyle>,
pub line_styles: Vec<LineStyle>,
}Fields§
§fill_styles: Vec<FillStyle>§line_styles: Vec<LineStyle>Trait Implementations§
Source§impl Clone for ShapeStyles
impl Clone for ShapeStyles
Source§fn clone(&self) -> ShapeStyles
fn clone(&self) -> ShapeStyles
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 moreSource§impl Debug for ShapeStyles
impl Debug for ShapeStyles
Source§impl PartialEq for ShapeStyles
impl PartialEq for ShapeStyles
impl Eq for ShapeStyles
impl StructuralPartialEq for ShapeStyles
Auto Trait Implementations§
impl Freeze for ShapeStyles
impl RefUnwindSafe for ShapeStyles
impl Send for ShapeStyles
impl Sync for ShapeStyles
impl Unpin for ShapeStyles
impl UnwindSafe for ShapeStyles
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