Module intrusive_collections::rbtree [] [src]

Intrusive red-black tree.

Structs

Cursor

A cursor which provides read-only access to a RBTree.

CursorMut

A cursor which provides mutable access to a RBTree.

InsertCursor

A cursor pointing to a slot in which an element can be inserted into a RBTree.

IntoIter

An iterator which consumes a RBTree.

Iter

An iterator over references to the items of a RBTree.

Link

Intrusive link that allows an object to be inserted into a RBTree.

RBTree

An intrusive red-black tree.

Enums

Entry

An entry in a RBTree.