Struct asyncio::RawSocket [] [src]

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

Provides a raw-oriented socket.

Methods

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

Trait Implementations

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

Formats the value using the given formatter.

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

Extracts the raw file descriptor. Read more

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

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

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