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

Trait Implementations

impl Debug for nk_style_chart
[src]

Formats the value using the given formatter.

impl Copy for nk_style_chart
[src]

impl Clone for nk_style_chart
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_style_chart
[src]

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