Enum nuklear_sys::nk_edit_events [] [src]

#[repr(i32)]
pub enum nk_edit_events { NK_EDIT_ACTIVE, NK_EDIT_INACTIVE, NK_EDIT_ACTIVATED, NK_EDIT_DEACTIVATED, NK_EDIT_COMMITED, }

Variants

Trait Implementations

impl Debug for nk_edit_events
[src]

Formats the value using the given formatter.

impl Copy for nk_edit_events
[src]

impl Clone for nk_edit_events
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for nk_edit_events
[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_events
[src]

impl Hash for nk_edit_events
[src]

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

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