Trait rustix::fd::IntoRawFd

source ·
pub trait IntoRawFd {
    // Required method
    fn into_raw_fd(self) -> RawFd;
}
Expand description

A version of IntoRawFd for use with Winsock2 API.

Required Methods§

source

fn into_raw_fd(self) -> RawFd

A version of into_raw_fd for use with Winsock2 API.

Implementors§