amqp_pool_table_entry_t

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

Members

Variables

channel
amqp_channel_t channel;
Undocumented in source.
next
amqp_pool_table_entry_t* next;
Undocumented in source.
pool
amqp_pool_t pool;
Undocumented in source.

Meta