Enum nuklear_rust::NkShowState
[−]
pub enum NkShowState {
NK_HIDDEN,
NK_SHOWN,
}Variants
NK_HIDDENNK_SHOWNTrait Implementations
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