Struct c_ares::GetSock [] [src]

pub struct GetSock {
    // some fields omitted
}

Information about the set of sockets that c-ares is interested in, as returned by get_sock().

Methods

impl GetSock
[src]

Returns an iterator over the sockets that c-ares is interested in.

Iterator items are (fd, readable, writable).

Trait Implementations

impl Debug for GetSock
[src]

Formats the value using the given formatter.

impl Clone for GetSock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GetSock
[src]

impl<'a> IntoIterator for &'a GetSock
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more