Enum nuklear_sys::nk_panel_set [] [src]

pub enum nk_panel_set {
    NK_PANEL_SET_NONBLOCK,
    NK_PANEL_SET_POPUP,
    NK_PANEL_SET_SUB,
}

Variants

Trait Implementations

impl Debug for nk_panel_set
[src]

Formats the value using the given formatter.

impl Copy for nk_panel_set
[src]

impl Clone for nk_panel_set
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more