Struct nuklear_sys::nk_style_item_data [] [src]

#[repr(C)]
pub struct nk_style_item_data { pub image: __BindgenUnionField<nk_image>, pub color: __BindgenUnionField<nk_color>, pub bindgen_union_field: [u64; 3], }

Fields

Trait Implementations

impl Debug for nk_style_item_data
[src]

Formats the value using the given formatter.

impl Default for nk_style_item_data
[src]

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

impl Copy for nk_style_item_data
[src]

impl Clone for nk_style_item_data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more