Enum nuklear_sys::nk_button_behavior
[−]
[src]
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