Enum nuklear_rust::NkTreeType []

pub enum NkTreeType {
    NK_TREE_NODE,
    NK_TREE_TAB,
}

Variants

Trait Implementations

impl Clone for nk_tree_type

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for nk_tree_type

impl Debug for nk_tree_type

Formats the value using the given formatter.