Enum nuklear_rust::NkShowState
[−]
#[repr(i32)]pub enum NkShowState { NK_HIDDEN, NK_SHOWN, }
Variants
NK_HIDDENNK_SHOWNTrait Implementations
impl PartialEq<nk_show_states> for nk_show_states
fn eq(&self, __arg_0: &nk_show_states) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Eq for nk_show_states
impl Copy for nk_show_states
impl Debug for nk_show_states
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Hash for nk_show_states
impl Clone for nk_show_states
fn clone(&self) -> nk_show_states
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more