Enum nuklear_rust::NkPopupType []

pub enum NkPopupType {
    NK_POPUP_STATIC,
    NK_POPUP_DYNAMIC,
}

Variants

Trait Implementations

impl Clone for nk_popup_type

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for nk_popup_type

Formats the value using the given formatter.

impl Copy for nk_popup_type