kernel

Module list

Source
Expand description

A linked list implementation.

Macros§

Structs§

Traits§

  • Declares that this type has a ListLinks<ID> field at a fixed offset.
  • Declares that the ListLinks<ID> field in this struct is inside a ListLinksSelfPtr<T, ID>.
  • Declares that this type has some way to ensure that there is exactly one ListArc instance for this id.
  • Implemented by types where a ListArc<Self> can be inserted into a List.
  • Declares that this type is able to safely attempt to create ListArcs at any time.