Struct screeps::pathfinder::SearchResults [] [src]

pub struct SearchResults {
    pub ops: i32,
    pub cost: i32,
    pub incomplete: bool,
    // some fields omitted
}

Fields

Methods

impl SearchResults
[src]

Trait Implementations

Auto Trait Implementations

impl Send for SearchResults

impl Sync for SearchResults