Enum nuklear_sys::nk_edit_flags [] [src]

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

Trait Implementations

impl Debug for nk_edit_flags
[src]

Formats the value using the given formatter.

impl Copy for nk_edit_flags
[src]

impl Clone for nk_edit_flags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more