[][src]Module dinotree_alg::dinotree_owned

A version of dinotree that is not lifetimed and uses unsafe{} to own the elements that are in its tree (as a self-referential struct). Composed of (Rect<N>,*mut T).

Structs

BBoxPtr

Equivalent to: (Rect<N>,*mut T)

DinoTreeOwned

An owned dinotree

NodePtr

A Node in a dinotree.