Struct nuklear_sys::nk_config_stack_button_behavior [] [src]

pub struct nk_config_stack_button_behavior {
    pub head: c_int,
    pub elements: [nk_config_stack_button_behavior_element; 8],
}

Fields

Trait Implementations

impl Debug for nk_config_stack_button_behavior
[src]

Formats the value using the given formatter.

impl Copy for nk_config_stack_button_behavior
[src]

impl Clone for nk_config_stack_button_behavior
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_config_stack_button_behavior
[src]

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