Struct nuklear_rust::NkStyleToggle [] [src]

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

Methods

impl NkStyleToggle
[src]

Trait Implementations

impl Clone for NkStyleToggle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<nk_style_toggle> for NkStyleToggle
[src]

Performs the conversion.

impl AsMut<nk_style_toggle> for NkStyleToggle
[src]

Performs the conversion.

impl Default for NkStyleToggle
[src]

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