nn_queue_item

Use for initialising a queue item statically.

@nogc nothrow extern (C) @system nothrow @nogc
struct nn_queue_item {}

Members

Variables

next
nn_queue_item* next;
Undocumented in source.

Meta