Struct nuklear::Style[][src]

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

Methods

impl Style
[src]

Trait Implementations

impl Clone for Style
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Style
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_style> for Style
[src]

Performs the conversion.

impl AsMut<nk_style> for Style
[src]

Performs the conversion.

impl AsRef<Style> for nk_style
[src]

Performs the conversion.

impl AsMut<Style> for nk_style
[src]

Performs the conversion.

impl Default for Style
[src]

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

Auto Trait Implementations

impl !Send for Style

impl !Sync for Style