Struct nuklear_sys::nk_chart_slot
[−]
[src]
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
type_: nk_chart_type
color: nk_color
highlight: nk_color
min: f32
max: f32
range: f32
count: c_int
last: nk_vec2
index: c_int
Trait Implementations
impl Debug for nk_chart_slot[src]
impl Copy for nk_chart_slot[src]
impl Clone for nk_chart_slot[src]
fn clone(&self) -> nk_chart_slot
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