Struct dccp::DCCPListener[][src]

pub struct DCCPListener { /* fields omitted */ }

Methods

impl DCCPListener
[src]

Trait Implementations

impl AsRawFd for DCCPListener
[src]

Extracts the raw file descriptor. Read more

impl Drop for DCCPListener
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations