1.0.0[−][src]Trait std::os::windows::io::AsRawSocket
This is supported on Windows only.
Extract raw sockets.
Required Methods
fn as_raw_socket(&self) -> RawSocket
This is supported on Windows only.
Extracts the underlying raw socket from this object.
Implementors
impl AsRawSocket for TcpListener
[src]
impl AsRawSocket for TcpListener
fn as_raw_socket(&self) -> RawSocket
[src]
fn as_raw_socket(&self) -> RawSocket
This is supported on Windows only.
impl AsRawSocket for TcpStream
[src]
impl AsRawSocket for TcpStream
fn as_raw_socket(&self) -> RawSocket
[src]
fn as_raw_socket(&self) -> RawSocket
This is supported on Windows only.
impl AsRawSocket for UdpSocket
[src]
impl AsRawSocket for UdpSocket
fn as_raw_socket(&self) -> RawSocket
[src]
fn as_raw_socket(&self) -> RawSocket
This is supported on Windows only.