Struct nuklear_rust::NkStyleWindow [] [src]

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

Methods

impl NkStyleWindow
[src]

Trait Implementations

impl Clone for NkStyleWindow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<nk_style_window> for NkStyleWindow
[src]

Performs the conversion.

impl AsMut<nk_style_window> for NkStyleWindow
[src]

Performs the conversion.

impl Default for NkStyleWindow
[src]

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