Enum nuklear_rust::NkWidgetLayoutState
[−]
#[repr(i32)]pub enum NkWidgetLayoutState { NK_WIDGET_INVALID, NK_WIDGET_VALID, NK_WIDGET_ROM, }
Variants
NK_WIDGET_INVALIDNK_WIDGET_VALIDNK_WIDGET_ROMTrait Implementations
impl PartialEq<nk_widget_layout_states> for nk_widget_layout_states
fn eq(&self, __arg_0: &nk_widget_layout_states) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
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
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Hash for nk_widget_layout_states
impl Clone for nk_widget_layout_states
fn clone(&self) -> nk_widget_layout_states
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more