Struct nuklear_sys::nk_edit_state [] [src]

pub struct nk_edit_state {
    pub name: nk_hash,
    pub seq: c_uint,
    pub old: c_uint,
    pub active: c_int,
    pub prev: c_int,
    pub cursor: c_int,
    pub sel_start: c_int,
    pub sel_end: c_int,
    pub scrollbar: nk_scroll,
    pub mode: c_uchar,
    pub single_line: c_uchar,
}

Fields

Trait Implementations

impl Debug for nk_edit_state
[src]

Formats the value using the given formatter.

impl Copy for nk_edit_state
[src]

impl Clone for nk_edit_state
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_edit_state
[src]

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