Struct tcod_sys::Struct__TCOD_tree_t
[−]
[src]
#[repr(C)]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: *mut Struct__TCOD_tree_t
father: *mut Struct__TCOD_tree_t
sons: *mut Struct__TCOD_tree_t
Trait Implementations
impl Copy for Struct__TCOD_tree_t
[src]
impl Clone for Struct__TCOD_tree_t
[src]
fn clone(&self) -> Struct__TCOD_tree_t
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
impl Default for Struct__TCOD_tree_t
[src]
fn default() -> Struct__TCOD_tree_t
Returns the "default value" for a type. Read more