Struct nuklear::PopupState[][src]

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

Trait Implementations

impl Clone for PopupState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PopupState
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_popup_state> for PopupState
[src]

Performs the conversion.

impl AsMut<nk_popup_state> for PopupState
[src]

Performs the conversion.

impl AsRef<PopupState> for nk_popup_state
[src]

Performs the conversion.

impl AsMut<PopupState> for nk_popup_state
[src]

Performs the conversion.

impl Default for PopupState
[src]

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

Auto Trait Implementations

impl !Send for PopupState

impl !Sync for PopupState