Struct asio::SocketListener [] [src]

pub struct SocketListener<P> {
    // some fields omitted
}

Methods

impl<P: Protocol> SocketListener<P>
[src]

Trait Implementations

impl<P> IoObject for SocketListener<P>
[src]

Returns a IoService associated with this object.

impl<P: Protocol> FromRawFd<P> for SocketListener<P>
[src]

impl<P> AsRawFd for SocketListener<P>
[src]

Extracts the raw file descriptor. Read more