Enum nuklear_sys::nk_show_states [] [src]

#[repr(i32)]
pub enum nk_show_states { NK_HIDDEN, NK_SHOWN, }

Variants

Trait Implementations

impl Debug for nk_show_states
[src]

Formats the value using the given formatter.

impl Copy for nk_show_states
[src]

impl Clone for nk_show_states
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for nk_show_states
[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_show_states
[src]

impl Hash for nk_show_states
[src]

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

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