Enum nuklear_sys::nk_text_edit_type [] [src]

pub enum nk_text_edit_type {
    NK_TEXT_EDIT_SINGLE_LINE,
    NK_TEXT_EDIT_MULTI_LINE,
}

Variants

Trait Implementations

impl Debug for nk_text_edit_type
[src]

Formats the value using the given formatter.

impl Copy for nk_text_edit_type
[src]

impl Clone for nk_text_edit_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more