Struct 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 Debug for UdpSocket
[src]

Formats the value using the given formatter.

impl Evented for UdpSocket
[src]

impl From<UdpSocket> for UdpSocket
[src]

Performs the conversion.

impl AsRawFd for UdpSocket
[src]

Extracts the raw file descriptor. Read more

impl FromRawFd for UdpSocket
[src]

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