Struct nuklear_sys::nk_config_stack_button_behavior_element
[−]
[src]
pub struct nk_config_stack_button_behavior_element {
pub address: *mut nk_button_behavior,
pub old_value: nk_button_behavior,
}Fields
address: *mut nk_button_behavior
old_value: nk_button_behavior
Trait Implementations
impl Debug for nk_config_stack_button_behavior_element[src]
impl Copy for nk_config_stack_button_behavior_element[src]
impl Clone for nk_config_stack_button_behavior_element[src]
fn clone(&self) -> nk_config_stack_button_behavior_element
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