Struct nuklear::StyleToggle[][src]

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

Methods

impl StyleToggle
[src]

Trait Implementations

impl Clone for StyleToggle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StyleToggle
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_style_toggle> for StyleToggle
[src]

Performs the conversion.

impl AsMut<nk_style_toggle> for StyleToggle
[src]

Performs the conversion.

impl AsRef<StyleToggle> for nk_style_toggle
[src]

Performs the conversion.

impl AsMut<StyleToggle> for nk_style_toggle
[src]

Performs the conversion.

impl Default for StyleToggle
[src]

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

Auto Trait Implementations

impl !Send for StyleToggle

impl !Sync for StyleToggle