Enum egui::widgets::plot::MarkerShape [−][src]
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
Trait Implementations
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
Mutably borrows from an owned value. Read more