Struct tcod::pathfinding::Dijkstra [] [src]

pub struct Dijkstra<'a> { /* fields omitted */ }

Methods

impl<'a> Dijkstra<'a>
[src]

Trait Implementations

impl<'a> AsNative<TCOD_path_t> for Dijkstra<'a>
[src]

impl<'a> Drop for Dijkstra<'a>
[src]

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