Trait std::os::windows::io::AsRawSocket 1.0.0[−][src]
pub trait AsRawSocket {
fn as_raw_socket(&self) -> RawSocket;
}
This is supported on Windows only.
Expand description
Extracts raw sockets.
Required methods
fn as_raw_socket(&self) -> RawSocket
fn as_raw_socket(&self) -> RawSocket
Extracts the underlying raw socket from this object.