nn_queue_item

Use for initialising a queue item statically.

extern (C) @nogc nothrow nothrow @nogc
struct nn_queue_item {
nn_queue_item* next;
}