Struct nuklear_rust::NkPanel [] [src]

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

Methods

impl NkPanel
[src]

Trait Implementations

impl Clone for NkPanel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<nk_panel> for NkPanel
[src]

Performs the conversion.

impl AsMut<nk_panel> for NkPanel
[src]

Performs the conversion.

impl Default for NkPanel
[src]

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