Struct tcod_sys::Struct__TCOD_tree_t [] [src]

pub struct Struct__TCOD_tree_t {
    pub next: *mut Struct__TCOD_tree_t,
    pub father: *mut Struct__TCOD_tree_t,
    pub sons: *mut Struct__TCOD_tree_t,
}

Fields

next
father
sons

Trait Implementations

impl Default for Struct__TCOD_tree_t

fn default() -> Struct__TCOD_tree_t

Derived Implementations

impl Clone for Struct__TCOD_tree_t

fn clone(&self) -> Struct__TCOD_tree_t

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for Struct__TCOD_tree_t