Struct screeps::pathfinder::CostMatrix [] [src]

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

A CostMatrix that's valid to pass as a result from a PathFinder.search room callback.

Lives as long as 'a lifetime. It's unsound to leak to JS past this lifetime if this matrix was created by LocalCostMatrix::as_uploaded.

Trait Implementations

impl Default for CostMatrix<'static>
[src]

[src]

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

Auto Trait Implementations

impl<'a> Send for CostMatrix<'a>

impl<'a> Sync for CostMatrix<'a>