Enum nuklear_rust::NkButton []

#[repr(i32)]
pub enum NkButton { NK_BUTTON_LEFT, NK_BUTTON_MIDDLE, NK_BUTTON_RIGHT, NK_BUTTON_MAX, }

Variants

Trait Implementations

impl PartialEq<nk_buttons> for nk_buttons

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for nk_buttons

impl Copy for nk_buttons

impl Debug for nk_buttons

Formats the value using the given formatter.

impl Hash for nk_buttons

impl Clone for nk_buttons

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more