pub struct Epoll { /* private fields */ }
Expand description

Epoll structure

Implementations

Create a new epoll instance

Poll the epoll instance for new events. Call this one on each iteration of your event loop

Register a new file descriptor in the epoll instance

Reregister a file descriptor in the epoll instance often used when wanting to change say the mode or interest

Stop polling events a file descriptor

Trait Implementations

Extracts the raw file descriptor. Read more

Formats the value using the given formatter. Read more

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.