Struct rotor::mio::udp::UdpSocket [] [src]

pub struct UdpSocket { /* fields omitted */ }

Methods

impl UdpSocket
[src]

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

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

Trait Implementations

impl AsRawFd for UdpSocket
[src]

impl Evented for UdpSocket
[src]

impl From<UdpSocket> for UdpSocket
[src]

Performs the conversion.

impl FromRawFd for UdpSocket
[src]

impl Debug for UdpSocket
[src]

Formats the value using the given formatter.