Enum timeout_io::Event[][src]

#[repr(u8)]
pub enum Event { Read, Write, Error, SelectError, }

Variants

Trait Implementations

impl BitOr for Event
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl BitAnd<Event> for u8
[src]

The resulting type after applying the & operator.

Performs the & operation.

Auto Trait Implementations

impl Send for Event

impl Sync for Event