Struct c_ares::GetSock [] [src]

pub struct GetSock { /* 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.

Trait Implementations

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 Debug for GetSock
[src]

Formats the value using the given formatter.

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