Struct mioco::Event [] [src]

pub struct Event { /* fields omitted */ }

Event delivered to the coroutine

Read and/or Write + event source ID

Methods

impl Event
[src]

Index of the EventedShared handle

Was the event a read

Was the event a write

Trait Implementations

impl Copy for Event
[src]

impl Clone for Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Event
[src]

Formats the value using the given formatter.

impl Eq for Event
[src]

impl PartialEq for Event
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.