Enum epoll::ControlOptions[][src]

pub enum ControlOptions {
    EPOLL_CTL_ADD,
    EPOLL_CTL_MOD,
    EPOLL_CTL_DEL,
}

Variants

Indicates an addition to the interest list.

Indicates a modification of flags for an interest already in list.

Indicates a removal of an interest from the list.

Auto Trait Implementations