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
normal: nk_style_item
hover: nk_style_item
active: nk_style_item
close_symbol: nk_symbol_type
minimize_symbol: nk_symbol_type
maximize_symbol: nk_symbol_type
label_normal: nk_color
label_hover: nk_color
label_active: nk_color
align: nk_style_header_align
padding: nk_vec2
label_padding: nk_vec2
spacing: nk_vec2
Trait Implementations
impl Debug for nk_style_window_header[src]
impl Copy for nk_style_window_header[src]
impl Clone for nk_style_window_header[src]
fn clone(&self) -> nk_style_window_header
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