Enum nuklear_sys::nk_button_behavior
[−]
[src]
#[repr(i32)]pub enum nk_button_behavior { NK_BUTTON_DEFAULT, NK_BUTTON_REPEATER, }
Variants
NK_BUTTON_DEFAULTNK_BUTTON_REPEATERTrait Implementations
impl Debug for nk_button_behavior[src]
impl Copy for nk_button_behavior[src]
impl Clone for nk_button_behavior[src]
fn clone(&self) -> nk_button_behavior
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for nk_button_behavior[src]
fn eq(&self, __arg_0: &nk_button_behavior) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.