Struct nuklear_sys::nk_window [] [src]

pub struct nk_window {
    pub seq: c_uint,
    pub name: nk_hash,
    pub name_string: [c_char; 64],
    pub flags: nk_flags,
    pub bounds: nk_rect,
    pub scrollbar: nk_scroll,
    pub buffer: nk_command_buffer,
    pub layout: *mut nk_panel,
    pub scrollbar_hiding_timer: f32,
    pub property: nk_property_state,
    pub popup: nk_popup_state,
    pub edit: nk_edit_state,
    pub scrolled: c_uint,
    pub tables: *mut nk_table,
    pub table_count: c_ushort,
    pub table_size: c_ushort,
    pub next: *mut nk_window,
    pub prev: *mut nk_window,
    pub parent: *mut nk_window,
}

Fields

Trait Implementations

impl Copy for nk_window
[src]

impl Clone for nk_window
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_window
[src]

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