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]

Creates a new blank event bit mask.

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

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

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

Trait Implementations

impl Debug for Events
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Events

impl Sync for Events