Struct nuklear_sys::nk_popup_state [] [src]

pub struct nk_popup_state {
    pub win: *mut nk_window,
    pub type_: nk_panel_type,
    pub name: nk_hash,
    pub active: c_int,
    pub combo_count: c_uint,
    pub con_count: c_uint,
    pub con_old: c_uint,
    pub active_con: c_uint,
    pub header: nk_rect,
}

Fields

Trait Implementations

impl Debug for nk_popup_state
[src]

Formats the value using the given formatter.

impl Copy for nk_popup_state
[src]

impl Clone for nk_popup_state
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_popup_state
[src]

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