Enum nuklear_sys::nk_widget_layout_states
[−]
[src]
#[repr(i32)]pub enum nk_widget_layout_states { NK_WIDGET_INVALID, NK_WIDGET_VALID, NK_WIDGET_ROM, }
Variants
NK_WIDGET_INVALIDNK_WIDGET_VALIDNK_WIDGET_ROMTrait Implementations
impl Debug for nk_widget_layout_states[src]
impl Copy for nk_widget_layout_states[src]
impl Clone for nk_widget_layout_states[src]
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
impl PartialEq for nk_widget_layout_states[src]
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 !=.