Struct tcod::map::Map [] [src]

pub struct Map { /* fields omitted */ }

Methods

impl Map
[src]

Trait Implementations

impl AsNative<TCOD_map_t> for Map
[src]

impl Drop for Map
[src]

A method called when the value goes out of scope. Read more