Struct curl::multi::Events [] [src]

pub struct Events { /* fields omitted */ }

Notification of the events that have happened on a socket.

This type is passed as an argument to the action method on a multi handle to indicate what events have occurred on a socket.

Methods

impl Events
[src]

[src]

Creates a new blank event bit mask.

[src]

Set or unset the whether these events indicate that input is ready.

[src]

Set or unset the whether these events indicate that output is ready.

[src]

Set or unset the whether these events indicate that an error has happened.

Trait Implementations

impl Debug for Events
[src]

[src]

Formats the value using the given formatter.