[−][src]Module intrusive_collections::rbtree
Intrusive red-black tree.
Structs
| Cursor | A cursor which provides read-only access to a |
| CursorMut | A cursor which provides mutable access to a |
| InsertCursor | A cursor pointing to a slot in which an element can be inserted into a
|
| IntoIter | An iterator which consumes a |
| Iter | An iterator over references to the items of a |
| Link | Intrusive link that allows an object to be inserted into a
|
| LinkOps | Default |
| RBTree | An intrusive red-black tree. |
Enums
| Color | The color of a red-black tree node. |
| Entry | An entry in a |
Traits
| RBTreeOps | Link operations for |