Enum egui::widgets::plot::Corner [−][src]
pub enum Corner {
LeftTop,
RightTop,
LeftBottom,
RightBottom,
}
Expand description
Where to place the plot legend.
Variants
LeftTop
RightTop
LeftBottom
RightBottom
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Corner
impl UnwindSafe for Corner
Blanket Implementations
Mutably borrows from an owned value. Read more