[−][src]Module intrusive_collections::xor_linked_list
Intrusive xor doubly-linked list which uses less memory than a regular doubly linked list.
In exchange for less memory use, it is impossible to create a cursor from a pointer to an element.
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 |
XorLinkedList | Intrusive xor doubly-linked list which uses less memory than a regular doubly linked list |
Traits
XorLinkedListOps | Link operations for |