Enum nuklear_rust::NkWidgetLayoutState []

pub enum NkWidgetLayoutState {
    NK_WIDGET_INVALID,
    NK_WIDGET_VALID,
    NK_WIDGET_ROM,
}

Variants

Trait Implementations

impl Clone for nk_widget_layout_states

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for nk_widget_layout_states

impl Debug for nk_widget_layout_states

Formats the value using the given formatter.