• Home
  • Raw
  • Download

Lines Matching full:windows

3 //! On Unix, "everything is a file descriptor". On Windows, file/pipe/process
11 #[cfg(windows)]
12 use std::os::windows::io::{
20 /// Windows' `RawHandle`.
27 /// Windows' [`RawHandle`].
28 #[cfg(windows)]
34 /// Windows' `RawSocket`.
41 /// Windows' [`RawSocket`].
42 #[cfg(windows)]
47 /// This is a portability abstraction over Unix-like [`AsRawFd`] and Windows'
63 /// This is a portability abstraction over Unix-like `AsRawFd` and Windows'
65 #[cfg(windows)]
71 #[cfg(windows)]
79 /// This is a portability abstraction over Unix-like [`AsRawFd`] and Windows'
95 /// This is a portability abstraction over Unix-like `AsRawFd` and Windows'
97 #[cfg(windows)]
103 #[cfg(windows)]
111 /// This is a portability abstraction over Unix-like [`IntoRawFd`] and Windows'
127 /// This is a portability abstraction over Unix-like `IntoRawFd` and Windows'
129 #[cfg(windows)]
135 #[cfg(windows)]
143 /// This is a portability abstraction over Unix-like [`IntoRawFd`] and Windows'
159 /// This is a portability abstraction over Unix-like `IntoRawFd` and Windows'
161 #[cfg(windows)]
167 #[cfg(windows)]
175 /// This is a portability abstraction over Unix-like [`FromRawFd`] and Windows'
187 …/// [`from_raw_handle`]: https://doc.rust-lang.org/stable/std/os/windows/io/trait.FromRawHandle.ht…
199 /// This is a portability abstraction over Unix-like `FromRawFd` and Windows'
201 #[cfg(windows)]
207 #[cfg(windows)]
215 /// This is a portability abstraction over Unix-like [`FromRawFd`] and Windows'
227 …/// [`from_raw_socket`]: https://doc.rust-lang.org/stable/std/os/windows/io/trait.FromRawSocket.ht…
239 /// This is a portability abstraction over Unix-like `FromRawFd` and Windows'
241 #[cfg(windows)]
247 #[cfg(windows)]