pub struct ExcludeCells<'a, G, W> { /* private fields */ }
Expand description

wrapper to exclude cells from traversal during routing

Implementations

Trait Implementations

get all edges and their values originating from cell cell
Gets the index resolution (0-15)

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

get an iterator over the closest corresponding nodes in the graph to the given cell. The iterator will return all nodes with the same, smallest k <= max_distance_k which are part of the graph. Read more
The alignment of pointer.
The type for initializers.
Initializes a with the given initializer. Read more
Dereferences the given pointer. Read more
Mutably dereferences the given pointer. Read more
Drops the object pointed to by the given pointer. Read more
Returns found paths, transformed by the path_map_fn and keyed by the origin cell. Read more
Returns found paths keyed by the origin cell. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Find all cells connected to the graph within a given weight_threshold around the given origin_cell Read more
Find all cells connected to the graph within a given weight_threshold around the given origin_cells. Read more