Enum me3_framework::overlay::widgets::plot::MarkerShape
source · [−]pub enum MarkerShape {
Circle,
Diamond,
Square,
Cross,
Plus,
Up,
Down,
Left,
Right,
Asterisk,
}
Variants
Circle
Diamond
Square
Cross
Plus
Up
Down
Left
Right
Asterisk
Implementations
sourceimpl MarkerShape
impl MarkerShape
sourcepub fn all() -> impl ExactSizeIterator
pub fn all() -> impl ExactSizeIterator
Get a vector containing all marker shapes.
Trait Implementations
sourceimpl Clone for MarkerShape
impl Clone for MarkerShape
sourcefn clone(&self) -> MarkerShape
fn clone(&self) -> MarkerShape
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for MarkerShape
impl Debug for MarkerShape
sourceimpl PartialEq<MarkerShape> for MarkerShape
impl PartialEq<MarkerShape> for MarkerShape
sourcefn eq(&self, other: &MarkerShape) -> bool
fn eq(&self, other: &MarkerShape) -> bool
impl Copy for MarkerShape
impl Eq for MarkerShape
impl StructuralEq for MarkerShape
impl StructuralPartialEq for MarkerShape
Auto Trait Implementations
impl RefUnwindSafe for MarkerShape
impl Send for MarkerShape
impl Sync for MarkerShape
impl Unpin for MarkerShape
impl UnwindSafe for MarkerShape
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more