rust/library/std/src/os/windows
bors a14d6961f9 Auto merge of #108196 - sunfishcode:sunfishcode/windows-as-socket-impls, r=dtolnay
Implement `AsHandle`/`AsSocket` for `Arc`/`Rc`/`Box` on Windows

Implement the Windows counterpart to #97437 and #107317: Implement `AsHandle` and `AsSocket` for `Arc<T>`, `Rc<T>`, and `Box<T>`.
2023-05-14 22:10:09 +00:00
..
io Auto merge of #108196 - sunfishcode:sunfishcode/windows-as-socket-impls, r=dtolnay 2023-05-14 22:10:09 +00:00
ffi.rs Inline Windows OsStrExt::encode_wide 2022-06-07 14:53:59 -04:00
fs.rs Seal Windows FileTypeExt extension trait to allow adding future methods 2022-06-27 11:01:28 -07:00
mod.rs modify std::os docs to be more consistent 2021-09-17 23:23:21 +05:30
process.rs Rollup merge of #97917 - AronParker:master, r=ChrisDenton 2022-07-07 20:33:23 +02:00
raw.rs Suppress some cfg from being shown in the stdlib docs 2021-10-05 18:15:29 +02:00
thread.rs modify std::os docs to be more consistent 2021-09-17 23:23:21 +05:30