Struct nuklear_sys::nk_style_progress
[−]
[src]
pub struct nk_style_progress {
pub normal: nk_style_item,
pub hover: nk_style_item,
pub active: nk_style_item,
pub border_color: nk_color,
pub cursor_normal: nk_style_item,
pub cursor_hover: nk_style_item,
pub cursor_active: nk_style_item,
pub cursor_border_color: nk_color,
pub rounding: f32,
pub border: f32,
pub cursor_border: f32,
pub cursor_rounding: f32,
pub padding: nk_vec2,
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
normal: nk_style_item
hover: nk_style_item
active: nk_style_item
border_color: nk_color
cursor_normal: nk_style_item
cursor_hover: nk_style_item
cursor_active: nk_style_item
cursor_border_color: nk_color
rounding: f32
border: f32
cursor_border: f32
cursor_rounding: f32
padding: nk_vec2
userdata: nk_handle
draw_begin: Option<unsafe extern fn(arg1: *mut nk_command_buffer, arg2: nk_handle)>
draw_end: Option<unsafe extern fn(arg1: *mut nk_command_buffer, arg2: nk_handle)>
Trait Implementations
impl Debug for nk_style_progress[src]
impl Copy for nk_style_progress[src]
impl Clone for nk_style_progress[src]
fn clone(&self) -> nk_style_progress
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