Struct nuklear::ChartSlot[][src]

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

Fields

Trait Implementations

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

impl Debug for nk_chart_slot
[src]

Formats the value using the given formatter. Read more

impl Copy for nk_chart_slot
[src]

Auto Trait Implementations