(file: &std::fs::File)
| 118 | #[cfg(windows)] |
| 119 | #[inline] |
| 120 | fn file_is_read_write(file: &std::fs::File) -> std::io::Result<(bool, bool)> { |
| 121 | cap_fs_ext::IsFileReadWrite::is_file_read_write(file) |
| 122 | } |
| 123 | |
| 124 | #[cfg(windows)] |
| 125 | fn raw_socket_is_read_write(raw_socket: RawSocket) -> io::Result<(bool, bool)> { |