Enum nuklear_sys::nk_chart_event
[−]
[src]
pub enum nk_chart_event {
NK_CHART_HOVERING,
NK_CHART_CLICKED,
}Variants
NK_CHART_HOVERINGNK_CHART_CLICKEDTrait Implementations
impl Debug for nk_chart_event[src]
impl Copy for nk_chart_event[src]
impl Clone for nk_chart_event[src]
fn clone(&self) -> nk_chart_event
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more