list_head

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct list_head {}

Members

Variables

next
list_head* next;
prev
list_head* prev;
Undocumented in source.

Meta