pub struct MarkerStyle {
pub color: Pixel,
pub size: usize,
}Expand description
Styling for a scatter marker series.
Fields§
§color: PixelMarker color in RGB.
size: usizeMarker diameter in pixels.
Implementations§
Trait Implementations§
Source§impl Clone for MarkerStyle
impl Clone for MarkerStyle
Source§fn clone(&self) -> MarkerStyle
fn clone(&self) -> MarkerStyle
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 moreimpl Copy for MarkerStyle
Source§impl Debug for MarkerStyle
impl Debug for MarkerStyle
Source§impl Default for MarkerStyle
impl Default for MarkerStyle
impl Eq for MarkerStyle
Source§impl PartialEq for MarkerStyle
impl PartialEq for MarkerStyle
impl StructuralPartialEq for MarkerStyle
Auto Trait Implementations§
impl Freeze for MarkerStyle
impl RefUnwindSafe for MarkerStyle
impl Send for MarkerStyle
impl Sync for MarkerStyle
impl Unpin for MarkerStyle
impl UnsafeUnpin for MarkerStyle
impl UnwindSafe for MarkerStyle
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