Struct nuklear::StyleItem[][src]

#[repr(C)]
pub struct StyleItem { /* fields omitted */ }

Methods

impl StyleItem
[src]

Trait Implementations

impl Clone for StyleItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StyleItem
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_style_item> for StyleItem
[src]

Performs the conversion.

impl AsMut<nk_style_item> for StyleItem
[src]

Performs the conversion.

impl AsRef<StyleItem> for nk_style_item
[src]

Performs the conversion.

impl AsMut<StyleItem> for nk_style_item
[src]

Performs the conversion.

impl Default for StyleItem
[src]

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

Auto Trait Implementations

impl !Send for StyleItem

impl !Sync for StyleItem