Enum nuklear_sys::nk_edit_types
[−]
[src]
#[repr(i32)]pub enum nk_edit_types { NK_EDIT_SIMPLE, NK_EDIT_FIELD, NK_EDIT_BOX, NK_EDIT_EDITOR, }
Variants
NK_EDIT_SIMPLENK_EDIT_FIELDNK_EDIT_BOXNK_EDIT_EDITORTrait Implementations
impl Debug for nk_edit_types[src]
impl Copy for nk_edit_types[src]
impl Clone for nk_edit_types[src]
fn clone(&self) -> nk_edit_types
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_edit_types[src]
fn eq(&self, __arg_0: &nk_edit_types) -> 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 !=.