nn_msghdr

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

Members

Variables

msg_control
void* msg_control;
Undocumented in source.
msg_controllen
size_t msg_controllen;
Undocumented in source.
msg_iov
nn_iovec* msg_iov;
Undocumented in source.
msg_iovlen
int msg_iovlen;
Undocumented in source.

Meta