Struct reactor::tcp::TcpSocket [] [src]

pub struct TcpSocket { /* fields omitted */ }

Methods

impl TcpSocket
[src]

[src]

Returns a new, unbound, non-blocking, IPv4 socket

[src]

Returns a new, unbound, non-blocking, IPv6 socket

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Evented for TcpSocket
[src]

[src]

[src]

[src]

impl From<TcpSocket> for TcpSocket
[src]

[src]

Performs the conversion.

impl FromRawFd for TcpSocket
[src]

[src]

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

impl AsRawFd for TcpSocket
[src]

[src]

Extracts the raw file descriptor. Read more

impl Debug for TcpSocket
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TcpSocket

impl Sync for TcpSocket