Enum nuklear_rust::NkChartType []

pub enum NkChartType {
    NK_CHART_LINES,
    NK_CHART_COLUMN,
    NK_CHART_MAX,
}

Variants

Trait Implementations

impl Clone for nk_chart_type

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for nk_chart_type

impl Debug for nk_chart_type

Formats the value using the given formatter.