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

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

提取原始套接字。

Required methods

从此 object 中提取基础原始套接字。

Implementors