Struct nuklear_sys::nk_style_selectable [] [src]

#[repr(C)]
pub struct nk_style_selectable { pub normal: nk_style_item, pub hover: nk_style_item, pub pressed: nk_style_item, pub normal_active: nk_style_item, pub hover_active: nk_style_item, pub pressed_active: nk_style_item, pub text_normal: nk_color, pub text_hover: nk_color, pub text_pressed: nk_color, pub text_normal_active: nk_color, pub text_hover_active: nk_color, pub text_pressed_active: nk_color, pub text_background: nk_color, pub text_alignment: nk_flags, pub rounding: f32, pub padding: nk_vec2, pub touch_padding: nk_vec2, pub image_padding: nk_vec2, pub userdata: nk_handle, pub draw_begin: Option<unsafe extern "C" fn(_: *mut nk_command_buffer, _: nk_handle)>, pub draw_end: Option<unsafe extern "C" fn(_: *mut nk_command_buffer, _: nk_handle)>, }

Fields

Trait Implementations

impl Debug for nk_style_selectable
[src]

Formats the value using the given formatter.

impl Copy for nk_style_selectable
[src]

impl Clone for nk_style_selectable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_style_selectable
[src]

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