Trait std::os::windows::prelude::AsRawSocket
[−]
[src]
pub trait AsRawSocket { fn as_raw_socket(&self) -> RawSocket; }
Extract raw sockets.
Required Methods
fn as_raw_socket(&self) -> RawSocket
Extracts the underlying raw socket from this object.
Implementors
impl AsRawSocket for TcpStream
impl AsRawSocket for TcpListener
impl AsRawSocket for UdpSocket
impl AsRawSocket for TcpStream
impl AsRawSocket for TcpListener
impl AsRawSocket for UdpSocket