Module list_entry

Module list_entry 

Source
Expand description

LIST_ENTRY doubly-linked list abstraction

Structs§

ListEntry
raw LIST_ENTRY structure matching Windows definition
ListEntryIter
iterator over LIST_ENTRY chain
ListEntryIterMut
mutable iterator over LIST_ENTRY chain

Functions§

link_entry_after
relink an entry back into a list after a specific entry
unlink_entry
safely unlink an entry from its list