Enum nuklear_rust::NkShowState []

pub enum NkShowState {
    NK_HIDDEN,
    NK_SHOWN,
}

Variants

Trait Implementations

impl Clone for nk_show_states

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for nk_show_states

impl Debug for nk_show_states

Formats the value using the given formatter.