Struct socket_collection::TcpSock[][src]

pub struct TcpSock { /* fields omitted */ }

Methods

impl TcpSock
[src]

Trait Implementations

impl Default for TcpSock
[src]

Returns the "default value" for a type. Read more

impl Evented for TcpSock
[src]

Register self with the given Poll instance. Read more

Re-register self with the given Poll instance. Read more

Deregister self from the given Poll instance Read more

Auto Trait Implementations

impl Send for TcpSock

impl Sync for TcpSock