Enum nuklear_sys::nk_text_edit_mode [] [src]

pub enum nk_text_edit_mode {
    NK_TEXT_EDIT_MODE_VIEW,
    NK_TEXT_EDIT_MODE_INSERT,
    NK_TEXT_EDIT_MODE_REPLACE,
}

Variants

Trait Implementations

impl Debug for nk_text_edit_mode
[src]

Formats the value using the given formatter.

impl Copy for nk_text_edit_mode
[src]

impl Clone for nk_text_edit_mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more