Struct nuklear_sys::nk_style
[−]
[src]
pub struct nk_style {
pub font: *const nk_user_font,
pub cursors: [*const nk_cursor; 7],
pub cursor_active: *const nk_cursor,
pub cursor_last: *mut nk_cursor,
pub cursor_visible: c_int,
pub text: nk_style_text,
pub button: nk_style_button,
pub contextual_button: nk_style_button,
pub menu_button: nk_style_button,
pub option: nk_style_toggle,
pub checkbox: nk_style_toggle,
pub selectable: nk_style_selectable,
pub slider: nk_style_slider,
pub progress: nk_style_progress,
pub property: nk_style_property,
pub edit: nk_style_edit,
pub chart: nk_style_chart,
pub scrollh: nk_style_scrollbar,
pub scrollv: nk_style_scrollbar,
pub tab: nk_style_tab,
pub combo: nk_style_combo,
pub window: nk_style_window,
}Fields
font: *const nk_user_font
cursors: [*const nk_cursor; 7]
cursor_active: *const nk_cursor
cursor_last: *mut nk_cursor
cursor_visible: c_int
text: nk_style_text
option: nk_style_toggle
checkbox: nk_style_toggle
selectable: nk_style_selectable
slider: nk_style_slider
progress: nk_style_progress
property: nk_style_property
edit: nk_style_edit
chart: nk_style_chart
scrollh: nk_style_scrollbar
scrollv: nk_style_scrollbar
tab: nk_style_tab
combo: nk_style_combo
window: nk_style_window
Trait Implementations
impl Debug for nk_style[src]
impl Copy for nk_style[src]
impl Clone for nk_style[src]
fn clone(&self) -> nk_style
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