Enum nuklear_sys::nk_show_states [] [src]

pub enum nk_show_states {
    NK_HIDDEN,
    NK_SHOWN,
}

Variants

Trait Implementations

impl Debug for nk_show_states
[src]

Formats the value using the given formatter.

impl Copy for nk_show_states
[src]

impl Clone for nk_show_states
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more