Struct nuklear_sys::nk_text_edit
[−]
[src]
pub struct nk_text_edit {
pub clip: nk_clipboard,
pub string: nk_str,
pub filter: nk_plugin_filter,
pub scrollbar: nk_vec2,
pub cursor: c_int,
pub select_start: c_int,
pub select_end: c_int,
pub mode: c_uchar,
pub cursor_at_end_of_line: c_uchar,
pub initialized: c_uchar,
pub has_preferred_x: c_uchar,
pub single_line: c_uchar,
pub active: c_uchar,
pub padding1: c_uchar,
pub preferred_x: f32,
pub undo: nk_text_undo_state,
}Fields
clip: nk_clipboard
string: nk_str
filter: nk_plugin_filter
scrollbar: nk_vec2
cursor: c_int
select_start: c_int
select_end: c_int
mode: c_uchar
cursor_at_end_of_line: c_uchar
initialized: c_uchar
has_preferred_x: c_uchar
single_line: c_uchar
active: c_uchar
padding1: c_uchar
preferred_x: f32
undo: nk_text_undo_state
Trait Implementations
impl Copy for nk_text_edit[src]
impl Clone for nk_text_edit[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