Struct nuklear_sys::nk_config_stack_style_item_element [] [src]

pub struct nk_config_stack_style_item_element {
    pub address: *mut nk_style_item,
    pub old_value: nk_style_item,
}

Fields

Trait Implementations

impl Debug for nk_config_stack_style_item_element
[src]

Formats the value using the given formatter.

impl Copy for nk_config_stack_style_item_element
[src]

impl Clone for nk_config_stack_style_item_element
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_config_stack_style_item_element
[src]

Returns the "default value" for a type. Read more