Enum nuklear_sys::nk_edit_flags
[−]
[src]
#[repr(i32)]pub enum nk_edit_flags { NK_EDIT_DEFAULT, NK_EDIT_READ_ONLY, NK_EDIT_AUTO_SELECT, NK_EDIT_SIG_ENTER, NK_EDIT_ALLOW_TAB, NK_EDIT_NO_CURSOR, NK_EDIT_SELECTABLE, NK_EDIT_CLIPBOARD, NK_EDIT_CTRL_ENTER_NEWLINE, NK_EDIT_NO_HORIZONTAL_SCROLL, NK_EDIT_ALWAYS_INSERT_MODE, NK_EDIT_MULTILINE, NK_EDIT_GOTO_END_ON_ACTIVATE, }
Variants
NK_EDIT_DEFAULTNK_EDIT_READ_ONLYNK_EDIT_AUTO_SELECTNK_EDIT_SIG_ENTERNK_EDIT_ALLOW_TABNK_EDIT_NO_CURSORNK_EDIT_SELECTABLENK_EDIT_CLIPBOARDNK_EDIT_CTRL_ENTER_NEWLINENK_EDIT_NO_HORIZONTAL_SCROLLNK_EDIT_ALWAYS_INSERT_MODENK_EDIT_MULTILINENK_EDIT_GOTO_END_ON_ACTIVATETrait Implementations
impl Debug for nk_edit_flags[src]
impl Copy for nk_edit_flags[src]
impl Clone for nk_edit_flags[src]
fn clone(&self) -> nk_edit_flags
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
impl PartialEq for nk_edit_flags[src]
fn eq(&self, __arg_0: &nk_edit_flags) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.