Enum comfy_wgpu::egui::widgets::plot::MarkerShape
source · pub enum MarkerShape {
Circle,
Diamond,
Square,
Cross,
Plus,
Up,
Down,
Left,
Right,
Asterisk,
}Variants§
Implementations§
source§impl MarkerShape
impl MarkerShape
sourcepub fn all() -> impl ExactSizeIterator
pub fn all() -> impl ExactSizeIterator
Get a vector containing all marker shapes.
Trait Implementations§
source§impl Clone for MarkerShape
impl Clone for MarkerShape
source§fn clone(&self) -> MarkerShape
fn clone(&self) -> MarkerShape
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 MarkerShape
impl Debug for MarkerShape
source§impl PartialEq<MarkerShape> for MarkerShape
impl PartialEq<MarkerShape> for MarkerShape
source§fn eq(&self, other: &MarkerShape) -> bool
fn eq(&self, other: &MarkerShape) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.