Struct nuklear_sys::nk_configuration_stacks [] [src]

pub struct nk_configuration_stacks {
    pub style_items: nk_config_stack_style_item,
    pub floats: nk_config_stack_float,
    pub vectors: nk_config_stack_vec2,
    pub flags: nk_config_stack_flags,
    pub colors: nk_config_stack_color,
    pub fonts: nk_config_stack_user_font,
    pub button_behaviors: nk_config_stack_button_behavior,
}

Fields

Trait Implementations

impl Debug for nk_configuration_stacks
[src]

Formats the value using the given formatter.

impl Copy for nk_configuration_stacks
[src]

impl Clone for nk_configuration_stacks
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_configuration_stacks
[src]

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