Expand description
An intrusive doubly-linked list.
See the List type for details.
Structsยง
- Cursor
- A cursor over a
List. - Cursor
Mut - A cursor over a
Listwith editing operations. - Drain
Filter - An iterator returned by
List::drain_filter. - Into
Iter - An owning iterator over the elements of a
List. - Iter
- Iterates over the items in a
Listby reference. - IterMut
- Iterates over the items in a
Listby mutable reference. - IterRaw
- Iterates over the items in a
ListasNonNull<T>node pointers. - Links
- Links to other nodes in a
List. - List
- An intrusive doubly-linked list.