Struct nuklear_sys::nk_style_property [] [src]

pub struct nk_style_property {
    pub normal: nk_style_item,
    pub hover: nk_style_item,
    pub active: nk_style_item,
    pub border_color: nk_color,
    pub label_normal: nk_color,
    pub label_hover: nk_color,
    pub label_active: nk_color,
    pub sym_left: nk_symbol_type,
    pub sym_right: nk_symbol_type,
    pub border: f32,
    pub rounding: f32,
    pub padding: nk_vec2,
    pub edit: nk_style_edit,
    pub inc_button: nk_style_button,
    pub dec_button: nk_style_button,
    pub userdata: nk_handle,
    pub draw_begin: Option<unsafe extern fn(arg1: *mut nk_command_buffer, arg2: nk_handle)>,
    pub draw_end: Option<unsafe extern fn(arg1: *mut nk_command_buffer, arg2: nk_handle)>,
}

Fields

Trait Implementations

impl Debug for nk_style_property
[src]

Formats the value using the given formatter.

impl Copy for nk_style_property
[src]

impl Clone for nk_style_property
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_style_property
[src]

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