Struct nuklear_sys::nk_text_edit [] [src]

#[repr(C)]
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

Trait Implementations

impl Default for nk_text_edit
[src]

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