Struct nuklear::StyleProperty[][src]

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

Methods

impl StyleProperty
[src]

Trait Implementations

impl Clone for StyleProperty
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StyleProperty
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_style_property> for StyleProperty
[src]

Performs the conversion.

impl AsMut<nk_style_property> for StyleProperty
[src]

Performs the conversion.

impl AsRef<StyleProperty> for nk_style_property
[src]

Performs the conversion.

impl AsMut<StyleProperty> for nk_style_property
[src]

Performs the conversion.

impl Default for StyleProperty
[src]

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

Auto Trait Implementations

impl !Send for StyleProperty

impl !Sync for StyleProperty