Enum nuklear_rust::NkShowState []

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

Variants

Trait Implementations

impl PartialEq<nk_show_states> for nk_show_states

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

impl Copy for nk_show_states

impl Debug for nk_show_states

Formats the value using the given formatter.

impl Hash for nk_show_states

impl Clone for nk_show_states

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more