amqp_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)
struct amqp_table_entry_t {}

Members

Variables

key
amqp_bytes_t key;

< the table entry key. Its a null-terminated UTF-8 string, * with a maximum size of 128 bytes

value
amqp_field_value_t value;

< the table entry values

Meta