Struct nuklear::StyleWindow[][src]

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

Methods

impl StyleWindow
[src]

Trait Implementations

impl Clone for StyleWindow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StyleWindow
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_style_window> for StyleWindow
[src]

Performs the conversion.

impl AsMut<nk_style_window> for StyleWindow
[src]

Performs the conversion.

impl AsRef<StyleWindow> for nk_style_window
[src]

Performs the conversion.

impl AsMut<StyleWindow> for nk_style_window
[src]

Performs the conversion.

impl Default for StyleWindow
[src]

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

Auto Trait Implementations

impl !Send for StyleWindow

impl !Sync for StyleWindow