Enum nuklear_sys::nk_text_edit_type [] [src]

#[repr(i32)]
pub enum nk_text_edit_type { NK_TEXT_EDIT_SINGLE_LINE, NK_TEXT_EDIT_MULTI_LINE, }

Variants

Trait Implementations

impl Debug for nk_text_edit_type
[src]

Formats the value using the given formatter.

impl Copy for nk_text_edit_type
[src]

impl Clone for nk_text_edit_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for nk_text_edit_type
[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_text_edit_type
[src]

impl Hash for nk_text_edit_type
[src]

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

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