Struct mioco::EventSourceId [] [src]

pub struct EventSourceId(_);

Id of an event source used to enumerate them.

This is a temporary ID, used to distinguish event source returned by select! operation.

Trait Implementations

impl Copy for EventSourceId
[src]

impl Clone for EventSourceId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventSourceId
[src]

Formats the value using the given formatter.

impl Eq for EventSourceId
[src]

impl PartialEq for EventSourceId
[src]

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

This method tests for !=.

impl Hash for EventSourceId
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Index for EventSourceId
[src]