Enum nuklear_sys::nk_edit_flags [] [src]

#[repr(i32)]
pub enum nk_edit_flags { NK_EDIT_DEFAULT, NK_EDIT_READ_ONLY, NK_EDIT_AUTO_SELECT, NK_EDIT_SIG_ENTER, NK_EDIT_ALLOW_TAB, NK_EDIT_NO_CURSOR, NK_EDIT_SELECTABLE, NK_EDIT_CLIPBOARD, NK_EDIT_CTRL_ENTER_NEWLINE, NK_EDIT_NO_HORIZONTAL_SCROLL, NK_EDIT_ALWAYS_INSERT_MODE, NK_EDIT_MULTILINE, NK_EDIT_GOTO_END_ON_ACTIVATE, }

Variants

Trait Implementations

impl Debug for nk_edit_flags
[src]

Formats the value using the given formatter.

impl Copy for nk_edit_flags
[src]

impl Clone for nk_edit_flags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for nk_edit_flags
[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_flags
[src]

impl Hash for nk_edit_flags
[src]

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

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