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
background: nk_style_item
border_color: nk_color
text: nk_color
sym_minimize: nk_symbol_type
sym_maximize: nk_symbol_type
border: f32
rounding: f32
indent: f32
padding: nk_vec2
spacing: nk_vec2
Trait Implementations
impl Debug for nk_style_tab[src]
impl Copy for nk_style_tab[src]
impl Clone for nk_style_tab[src]
fn clone(&self) -> nk_style_tab
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