epoll_data_t

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

Members

Variables

fd
int fd;
Undocumented in source.
ptr
void* ptr;
Undocumented in source.
u32
uint u32;
Undocumented in source.
u64
ulong u64;
Undocumented in source.

Meta