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

pub struct UnixListener { /* fields omitted */ }

Methods

impl UnixListener
[src]

Trait Implementations

impl Debug for UnixListener
[src]

Formats the value using the given formatter.

impl Evented for UnixListener
[src]

impl TryAccept for UnixListener
[src]

impl From<UnixSocket> for UnixListener
[src]

Performs the conversion.

impl IntoRawFd for UnixListener
[src]

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

impl AsRawFd for UnixListener
[src]

Extracts the raw file descriptor. Read more

impl FromRawFd for UnixListener
[src]

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