deimos.event2.event_struct

@file event2/event_struct.h

Structures used by event.h. Using these structures directly WILL harm forward compatibility: be careful.

No field declared in this file should be used directly in user code. Except for historical reasons, these fields would not be exposed at all.

Public Imports

deimos.event2.util
public import deimos.event2.util;
deimos.event2.keyvalq_struct
public import deimos.event2.keyvalq_struct;

Members

Manifest constants

EVLIST_ACTIVE
enum EVLIST_ACTIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVLIST_ALL
enum EVLIST_ALL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVLIST_INIT
enum EVLIST_INIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVLIST_INSERTED
enum EVLIST_INSERTED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVLIST_INTERNAL
enum EVLIST_INTERNAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVLIST_SIGNAL
enum EVLIST_SIGNAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EVLIST_TIMEOUT
enum EVLIST_TIMEOUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Mixins

__anonymous
mixin TAILQ_HEAD!("event_list", event)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

event
struct event
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
event_base
struct event_base
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta