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

pub struct UnixSocket { /* fields omitted */ }

Methods

impl UnixSocket
[src]

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

Formats the value using the given formatter.

impl Evented for UnixSocket
[src]

impl From<UnixSocket> for UnixSocket
[src]

Performs the conversion.

impl IntoRawFd for UnixSocket
[src]

Consumes this object, returning the raw underlying file descriptor. Read more

impl AsRawFd for UnixSocket
[src]

Extracts the raw file descriptor. Read more

impl FromRawFd for UnixSocket
[src]

Constructs a new instance of Self from the given raw file descriptor. Read more