amqp_field_value_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_field_value_t {}

Members

Unions

Value
union Value
Undocumented in source.

Variables

kind
ubyte kind;

< the type of the entry /sa amqp_field_value_kind_t

value
Value value;

< a union of the value

Meta