amqp_bytes_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_bytes_t {}

Members

Variables

bytes
void* bytes;

< pointer to the beginning of the buffer

len
size_t len;

< length of the buffer in bytes

Meta