kevent_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
package extern (C) @nogc nothrow
static if(IOMode == IO_MODE.kqueue)
struct kevent_t {}

Members

Variables

data
intptr_t data;
Undocumented in source.
fflags
uint fflags;
Undocumented in source.
filter
short filter;
Undocumented in source.
flags
ushort flags;
Undocumented in source.
ident
uintptr_t ident;
Undocumented in source.
udata
void* udata;
Undocumented in source.

Meta