Struct nuklear_rust::NkChartSlot []

#[repr(C)]
pub struct NkChartSlot { 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 Default for nk_chart_slot

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

impl Copy for nk_chart_slot

impl Debug for nk_chart_slot

Formats the value using the given formatter.

impl Clone for nk_chart_slot

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more