[][src]Module broccoli::query::from_slice

Provides collect() functions through the FromSlice trait.

Structs

ColPair

A read only colliding pair reference

CollidingPairs

CollidingPairs created via FromSlice::collect_colliding_pairs

CollidingPairsPar

CollidingPairsPar created via FromSlice::collect_colliding_pairs_par All colliding pairs partitioned into mutually exclusive sets so that they can be traversed in parallel

FilteredElements

Contains a filtered list of all elements in the tree from calling FromSlice::collect_all.

Traits

FromSlice

A trait indicating that this is a tree that is composed of pointers to the same underlying slice. Unsafe because the user must guarantee that all the pointers in the tree originate from the same slice.