Enum nuklear_rust::NkEditType []

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

Variants

Trait Implementations

impl Clone for nk_edit_types

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for nk_edit_types

impl Debug for nk_edit_types

Formats the value using the given formatter.