Struct nuklear_rust::NkWindow [] [src]

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

Methods

impl NkWindow
[src]

Trait Implementations

impl AsRef<nk_window> for NkWindow
[src]

Performs the conversion.

impl AsMut<nk_window> for NkWindow
[src]

Performs the conversion.

impl Default for NkWindow
[src]

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