Enum nuklear_rust::NkTreeType
[−]
pub enum NkTreeType {
NK_TREE_NODE,
NK_TREE_TAB,
}Variants
NK_TREE_NODENK_TREE_TABTrait Implementations
impl Clone for nk_tree_type
fn clone(&self) -> nk_tree_type
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