Struct nuklear_sys::nk_style_edit [] [src]

#[repr(C)]
pub struct nk_style_edit { pub normal: nk_style_item, pub hover: nk_style_item, pub active: nk_style_item, pub border_color: nk_color, pub scrollbar: nk_style_scrollbar, pub cursor_normal: nk_color, pub cursor_hover: nk_color, pub cursor_text_normal: nk_color, pub cursor_text_hover: nk_color, pub text_normal: nk_color, pub text_hover: nk_color, pub text_active: nk_color, pub selected_normal: nk_color, pub selected_hover: nk_color, pub selected_text_normal: nk_color, pub selected_text_hover: nk_color, pub border: f32, pub rounding: f32, pub cursor_size: f32, pub scrollbar_size: nk_vec2, pub padding: nk_vec2, pub row_padding: f32, }

Fields

Trait Implementations

impl Debug for nk_style_edit
[src]

Formats the value using the given formatter.

impl Copy for nk_style_edit
[src]

impl Clone for nk_style_edit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_style_edit
[src]

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