Enum nuklear_rust::NkEditType
[−]
pub enum NkEditType {
NK_EDIT_SIMPLE,
NK_EDIT_FIELD,
NK_EDIT_BOX,
NK_EDIT_EDITOR,
}Variants
NK_EDIT_SIMPLENK_EDIT_FIELDNK_EDIT_BOXNK_EDIT_EDITORTrait Implementations
impl Clone for nk_edit_types
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