Struct socket_collection::UdtSock[][src]

pub struct UdtSock { /* fields omitted */ }

Methods

impl UdtSock
[src]

Trait Implementations

impl Default for UdtSock
[src]

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

impl Evented for UdtSock
[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 UdtSock

impl Sync for UdtSock