Struct nuklear::StyleEdit[][src]

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

Methods

impl StyleEdit
[src]

Trait Implementations

impl Clone for StyleEdit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StyleEdit
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_style_edit> for StyleEdit
[src]

Performs the conversion.

impl AsMut<nk_style_edit> for StyleEdit
[src]

Performs the conversion.

impl AsRef<StyleEdit> for nk_style_edit
[src]

Performs the conversion.

impl AsMut<StyleEdit> for nk_style_edit
[src]

Performs the conversion.

impl Default for StyleEdit
[src]

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

Auto Trait Implementations

impl !Send for StyleEdit

impl !Sync for StyleEdit