Enum nuklear_sys::nk_chart_event [] [src]

pub enum nk_chart_event {
    NK_CHART_HOVERING,
    NK_CHART_CLICKED,
}

Variants

Trait Implementations

impl Debug for nk_chart_event
[src]

Formats the value using the given formatter.

impl Copy for nk_chart_event
[src]

impl Clone for nk_chart_event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more