Module intrusive_containers::linked_list
[−]
[src]
An intrusive double-linked list.
The 'LinkedList' allows elements to be inserted or removed from either end.
Structs
| IntoIter | |
| Iter |
An iterator over references to the items of a |
| IterMut |
An iterator over mutable references to the items of a |
| LinkedList |
An intrusive doubly-linked list |
| Links | |
| NodeImpl |
Traits
| Linkable |
Link trait allowing a struct to be inserted into a |
| Node |
A trait that allows a struct to be inserted into a |
| OwningPointer |
A trait that allows insertion into a |