Struct rotor::mio::deprecated::UnixSocket [] [src]

pub struct UnixSocket { /* fields omitted */ }

Methods

impl UnixSocket

Returns a new, unbound, non-blocking Unix domain socket

Connect the socket to the specified address

Bind the socket to the specified address

Listen for incoming requests

Trait Implementations

impl AsRawFd for UnixSocket

impl Debug for UnixSocket

Formats the value using the given formatter.

impl From<UnixSocket> for UnixSocket

Performs the conversion.

impl FromRawFd for UnixSocket

impl Evented for UnixSocket

impl IntoRawFd for UnixSocket