Struct nuklear_rust::NkStyleSelectable [] [src]

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

Methods

impl NkStyleSelectable
[src]

Trait Implementations

impl Clone for NkStyleSelectable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<nk_style_selectable> for NkStyleSelectable
[src]

Performs the conversion.

impl AsMut<nk_style_selectable> for NkStyleSelectable
[src]

Performs the conversion.

impl Default for NkStyleSelectable
[src]

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