Enum nuklear_sys::nk_buttons [] [src]

pub enum nk_buttons {
    NK_BUTTON_LEFT,
    NK_BUTTON_MIDDLE,
    NK_BUTTON_RIGHT,
    NK_BUTTON_MAX,
}

Variants

Trait Implementations

impl Debug for nk_buttons
[src]

Formats the value using the given formatter.

impl Copy for nk_buttons
[src]

impl Clone for nk_buttons
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more