Trait asyncio::FromRawFd
[−]
[src]
pub trait FromRawFd<P>: AsRawFd + Send + 'static { unsafe fn from_raw_fd(io: &IoService, pro: P, fd: RawFd) -> Self; }
Required Methods
unsafe fn from_raw_fd(io: &IoService, pro: P, fd: RawFd) -> Self
Implementors
impl<P: Protocol> FromRawFd<P> for StreamSocket<P>
impl<P: Protocol> FromRawFd<P> for DgramSocket<P>
impl<P: Protocol> FromRawFd<P> for RawSocket<P>
impl<P: Protocol> FromRawFd<P> for SeqPacketSocket<P>
impl<P: Protocol> FromRawFd<P> for SocketListener<P>