Struct asyncio::DgramSocket [] [src]

pub struct DgramSocket<P> { /* fields omitted */ }

Provides a datagram-oriented socket.

Methods

impl<P: Protocol> DgramSocket<P>
[src]

Trait Implementations

impl<P: Protocol> Debug for DgramSocket<P>
[src]

Formats the value using the given formatter.

impl<P> AsRawFd for DgramSocket<P>
[src]

Extracts the raw file descriptor. Read more

impl<P> Send for DgramSocket<P>
[src]

impl<P> AsIoContext for DgramSocket<P>
[src]

impl<P: Protocol> Socket<P> for DgramSocket<P>
[src]