Enum nuklear::WidgetLayoutState[][src]

#[repr(i32)]
pub enum WidgetLayoutState { NK_WIDGET_INVALID, NK_WIDGET_VALID, NK_WIDGET_ROM, }

Variants

Trait Implementations

impl Hash for nk_widget_layout_states
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for nk_widget_layout_states
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for nk_widget_layout_states
[src]

Formats the value using the given formatter. Read more

impl Copy for nk_widget_layout_states
[src]

impl Eq for nk_widget_layout_states
[src]

impl PartialEq<nk_widget_layout_states> for nk_widget_layout_states
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations