nn_fsm_event

extern (C) @nogc nothrow nothrow @nogc
struct nn_fsm_event {
nn_fsm* fsm;
int src;
void* srcptr;
int type;
nn_queue_item item;
}