Module intrusive_collections::linked_list [] [src]

Intrusive doubly-linked list.

Structs

Cursor

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

CursorMut

A cursor which provides mutable access to a LinkedList.

Iter

An iterator over references to the items of a LinkedList.

IterMut

An iterator over mutable references to the items of a LinkedList.

Link

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

LinkedList

An intrusive doubly-linked list.