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

Trait Implementations

impl Debug for nk_edit_types
[src]

Formats the value using the given formatter.

impl Copy for nk_edit_types
[src]

impl Clone for nk_edit_types
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for nk_edit_types
[src]

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
[src]

impl Hash for nk_edit_types
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more