Struct nuklear_sys::nk_style_item [] [src]

pub struct nk_style_item {
    pub type_: nk_style_item_type,
    pub data: nk_style_item_data,
}

Fields

Trait Implementations

impl Debug for nk_style_item
[src]

Formats the value using the given formatter.

impl Copy for nk_style_item
[src]

impl Clone for nk_style_item
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_style_item
[src]

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