evbuffer_iovec

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias evbuffer_iovec = iovec
  2. struct evbuffer_iovec
    extern (C) nothrow
    static if(!(is(iovec)))
    struct evbuffer_iovec {}

Members

Variables

iov_base
void* iov_base;

The start of the extent of memory.

iov_len
size_t iov_len;

The length of the extent of memory.

Meta