Struct nuklear::Window[][src]

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

Methods

impl Window
[src]

Important traits for &'a [u8]

Trait Implementations

impl AsRef<nk_window> for Window
[src]

Performs the conversion.

impl AsMut<nk_window> for Window
[src]

Performs the conversion.

impl AsRef<Window> for nk_window
[src]

Performs the conversion.

impl AsMut<Window> for nk_window
[src]

Performs the conversion.

impl Default for Window
[src]

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

Auto Trait Implementations

impl !Send for Window

impl !Sync for Window