#[repr(i32)]
pub enum ChartType {
Bar,
HorizontalBar,
Line,
Fill,
Spike,
Pie,
SpecialPie,
}Expand description
Defines the chart types supported by fltk
Variants
Bar
Bar chart
HorizontalBar
Horizontal bar chart
Line
Line chart
Fill
Fill chart
Spike
Spike chart
Pie
Pie chart
SpecialPie
Special pie chart
Trait Implementations
sourceimpl WidgetType for ChartType
impl WidgetType for ChartType
impl Copy for ChartType
impl StructuralPartialEq for ChartType
Auto Trait Implementations
impl RefUnwindSafe for ChartType
impl Send for ChartType
impl Sync for ChartType
impl Unpin for ChartType
impl UnwindSafe for ChartType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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