Struct nuklear_sys::nk_style_chart
[−]
[src]
pub struct nk_style_chart {
pub background: nk_style_item,
pub border_color: nk_color,
pub selected_color: nk_color,
pub color: nk_color,
pub border: f32,
pub rounding: f32,
pub padding: nk_vec2,
}Fields
background: nk_style_item
border_color: nk_color
selected_color: nk_color
color: nk_color
border: f32
rounding: f32
padding: nk_vec2
Trait Implementations
impl Debug for nk_style_chart[src]
impl Copy for nk_style_chart[src]
impl Clone for nk_style_chart[src]
fn clone(&self) -> nk_style_chart
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