Trait std::os::windows::io::AsRawSocket1.0.0 [] [src]

pub trait AsRawSocket {
    fn as_raw_socket(&self) -> RawSocket;
}
This is supported on Windows only.

Extract raw sockets.

Required Methods

This is supported on Windows only.

Extracts the underlying raw socket from this object.

Implementors