pub enum PointStyle {
Point,
Cross,
}
Expand description
The style of point to draw
Variants§
Trait Implementations§
Source§impl Clone for PointStyle
impl Clone for PointStyle
Source§fn clone(&self) -> PointStyle
fn clone(&self) -> PointStyle
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 PointStyle
impl Debug for PointStyle
impl Copy 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 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