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

Trait Implementations

impl Copy for Struct__TCOD_tree_t
[src]

impl Clone for Struct__TCOD_tree_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Default for Struct__TCOD_tree_t
[src]

[]

Returns the "default value" for a type. Read more