[−][src]Module intrusive_collections::linked_list
Intrusive doubly-linked list.
Structs
| Cursor | A cursor which provides read-only access to a |
| CursorMut | A cursor which provides mutable access to 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 |
| LinkedList | An intrusive doubly-linked list. |
Traits
| LinkedListOps | Link operations for |