nn_msghdr

Message Header:

@nogc nothrow 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