Expand description
LIST_ENTRY doubly-linked list abstraction
Structs§
- List
Entry - raw LIST_ENTRY structure matching Windows definition
- List
Entry Iter - iterator over LIST_ENTRY chain
- List
Entry Iter Mut - 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