Struct nuklear_sys::nk_chart_slot [] [src]

#[repr(C)]
pub struct nk_chart_slot { pub type_: nk_chart_type, pub color: nk_color, pub highlight: nk_color, pub min: f32, pub max: f32, pub range: f32, pub count: c_int, pub last: nk_vec2, pub index: c_int, }

Fields

Trait Implementations

impl Debug for nk_chart_slot
[src]

Formats the value using the given formatter.

impl Copy for nk_chart_slot
[src]

impl Clone for nk_chart_slot
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_chart_slot
[src]

Returns the "default value" for a type. Read more