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

Trait Implementations

impl Copy for nk_context
[src]

impl Clone for nk_context
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_context
[src]

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