Struct nuklear_sys::nk_context
[−]
[src]
pub struct nk_context {
pub input: nk_input,
pub style: nk_style,
pub memory: nk_buffer,
pub clip: nk_clipboard,
pub last_widget_state: nk_flags,
pub delta_time_seconds: f32,
pub button_behavior: nk_button_behavior,
pub stacks: nk_configuration_stacks,
pub draw_list: nk_draw_list,
pub userdata: nk_handle,
pub text_edit: nk_text_edit,
pub overlay: nk_command_buffer,
pub build: c_int,
pub use_pool: c_int,
pub pool: nk_pool,
pub begin: *mut nk_window,
pub end: *mut nk_window,
pub active: *mut nk_window,
pub current: *mut nk_window,
pub freelist: *mut nk_page_element,
pub count: c_uint,
pub seq: c_uint,
}Fields
input: nk_input
style: nk_style
memory: nk_buffer
clip: nk_clipboard
last_widget_state: nk_flags
delta_time_seconds: f32
stacks: nk_configuration_stacks
draw_list: nk_draw_list
userdata: nk_handle
text_edit: nk_text_edit
overlay: nk_command_buffer
build: c_int
use_pool: c_int
pool: nk_pool
begin: *mut nk_window
end: *mut nk_window
active: *mut nk_window
current: *mut nk_window
freelist: *mut nk_page_element
count: c_uint
seq: c_uint
Trait Implementations
impl Copy for nk_context[src]
impl Clone for nk_context[src]
fn clone(&self) -> Self
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