Enum nuklear_sys::nk_button_behavior [] [src]

pub enum nk_button_behavior {
    NK_BUTTON_DEFAULT,
    NK_BUTTON_REPEATER,
}

Variants

Trait Implementations

impl Debug for nk_button_behavior
[src]

Formats the value using the given formatter.

impl Copy for nk_button_behavior
[src]

impl Clone for nk_button_behavior
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more