Enum nuklear_sys::nk_panel_type [] [src]

pub enum nk_panel_type {
    NK_PANEL_WINDOW,
    NK_PANEL_GROUP,
    NK_PANEL_POPUP,
    NK_PANEL_CONTEXTUAL,
    NK_PANEL_COMBO,
    NK_PANEL_MENU,
    NK_PANEL_TOOLTIP,
}

Variants

Trait Implementations

impl Debug for nk_panel_type
[src]

Formats the value using the given formatter.

impl Copy for nk_panel_type
[src]

impl Clone for nk_panel_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more