Enum nuklear_rust::NkWidgetLayoutState []

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

Variants

Trait Implementations

impl PartialEq<nk_widget_layout_states> for nk_widget_layout_states

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

This method tests for !=.

impl Eq for nk_widget_layout_states

impl Copy for nk_widget_layout_states

impl Debug for nk_widget_layout_states

Formats the value using the given formatter.

impl Hash for nk_widget_layout_states

impl Clone for nk_widget_layout_states

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more