Struct nuklear_sys::nk_style_tab [] [src]

pub struct nk_style_tab {
    pub background: nk_style_item,
    pub border_color: nk_color,
    pub text: nk_color,
    pub tab_maximize_button: nk_style_button,
    pub tab_minimize_button: nk_style_button,
    pub node_maximize_button: nk_style_button,
    pub node_minimize_button: nk_style_button,
    pub sym_minimize: nk_symbol_type,
    pub sym_maximize: nk_symbol_type,
    pub border: f32,
    pub rounding: f32,
    pub indent: f32,
    pub padding: nk_vec2,
    pub spacing: nk_vec2,
}

Fields

Trait Implementations

impl Debug for nk_style_tab
[src]

Formats the value using the given formatter.

impl Copy for nk_style_tab
[src]

impl Clone for nk_style_tab
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_style_tab
[src]

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