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