Struct entity_store_helper::NeighbourCount [] [src]

pub struct NeighbourCount { /* fields omitted */ }

Table for managing counts associated with directions. This is used by the generated spatial hash as storage for the neighbour_count aggregate.

Methods

impl NeighbourCount
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for NeighbourCount
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for NeighbourCount
[src]

impl Debug for NeighbourCount
[src]

[src]

Formats the value using the given formatter.

impl Default for NeighbourCount
[src]

[src]

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