Enum nuklear_rust::NkEditType []

#[repr(i32)]
pub enum NkEditType { NK_EDIT_SIMPLE, NK_EDIT_FIELD, NK_EDIT_BOX, NK_EDIT_EDITOR, }

Variants

Trait Implementations

impl PartialEq<nk_edit_types> for nk_edit_types

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_edit_types

impl Copy for nk_edit_types

impl Debug for nk_edit_types

Formats the value using the given formatter.

impl Hash for nk_edit_types

impl Clone for nk_edit_types

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more