Struct reactor::udp::UdpSocket [] [src]

pub struct UdpSocket { /* fields omitted */ }

Methods

impl UdpSocket
[src]

[src]

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

[src]

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

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Evented for UdpSocket
[src]

[src]

[src]

[src]

impl From<UdpSocket> for UdpSocket
[src]

[src]

Performs the conversion.

impl FromRawFd for UdpSocket
[src]

[src]

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

impl AsRawFd for UdpSocket
[src]

[src]

Extracts the raw file descriptor. Read more

impl Debug for UdpSocket
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for UdpSocket

impl Sync for UdpSocket