Enum nuklear_rust::NkButtonBehavior []

#[repr(i32)]
pub enum NkButtonBehavior { NK_BUTTON_DEFAULT, NK_BUTTON_REPEATER, }

Variants

Trait Implementations

impl PartialEq<nk_button_behavior> for nk_button_behavior

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_button_behavior

impl Copy for nk_button_behavior

impl Debug for nk_button_behavior

Formats the value using the given formatter.

impl Hash for nk_button_behavior

impl Clone for nk_button_behavior

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more