Struct nuklear_sys::nk_edit_state
[−]
[src]
#[repr(C)]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
name: nk_hash
seq: c_uint
old: c_uint
active: c_int
prev: c_int
cursor: c_int
sel_start: c_int
sel_end: c_int
scrollbar: nk_scroll
mode: c_uchar
single_line: c_uchar
Trait Implementations
impl Debug for nk_edit_state[src]
impl Default for nk_edit_state[src]
fn default() -> nk_edit_state
Returns the "default value" for a type. Read more
impl Copy for nk_edit_state[src]
impl Clone for nk_edit_state[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