pub struct PointStyle {
pub name: String,
pub marker: Option<MarkerSelectRef>,
pub marker_size: Option<SizeSelectRef>,
pub marker_colour: Option<ColourRef>,
}Fields§
§name: String§marker: Option<MarkerSelectRef>§marker_size: Option<SizeSelectRef>§marker_colour: Option<ColourRef>Trait Implementations§
Source§impl Clone for PointStyle
impl Clone for PointStyle
Source§fn clone(&self) -> PointStyle
fn clone(&self) -> PointStyle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PointStyle
impl Debug for PointStyle
Source§impl PartialEq for PointStyle
impl PartialEq for PointStyle
Source§fn eq(&self, other: &PointStyle) -> bool
fn eq(&self, other: &PointStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PointStyle
Auto Trait Implementations§
impl Freeze for PointStyle
impl RefUnwindSafe for PointStyle
impl Send for PointStyle
impl Sync for PointStyle
impl Unpin for PointStyle
impl UnsafeUnpin for PointStyle
impl UnwindSafe for PointStyle
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