Struct nuklear_sys::nk_style_window_header [] [src]

pub struct nk_style_window_header {
    pub normal: nk_style_item,
    pub hover: nk_style_item,
    pub active: nk_style_item,
    pub close_button: nk_style_button,
    pub minimize_button: nk_style_button,
    pub close_symbol: nk_symbol_type,
    pub minimize_symbol: nk_symbol_type,
    pub maximize_symbol: nk_symbol_type,
    pub label_normal: nk_color,
    pub label_hover: nk_color,
    pub label_active: nk_color,
    pub align: nk_style_header_align,
    pub padding: nk_vec2,
    pub label_padding: nk_vec2,
    pub spacing: nk_vec2,
}

Fields

Trait Implementations

impl Debug for nk_style_window_header
[src]

Formats the value using the given formatter.

impl Copy for nk_style_window_header
[src]

impl Clone for nk_style_window_header
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_style_window_header
[src]

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