Enum nuklear_sys::nk_edit_types [] [src]

pub enum nk_edit_types {
    NK_EDIT_SIMPLE,
    NK_EDIT_FIELD,
    NK_EDIT_BOX,
    NK_EDIT_EDITOR,
}

Variants

Trait Implementations

impl Debug for nk_edit_types
[src]

Formats the value using the given formatter.

impl Copy for nk_edit_types
[src]

impl Clone for nk_edit_types
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more