W3cubDocs

/Rust

Module std::os::windows::io

This is supported on Windows only.

Traits

AsRawHandle Windows

Extracts raw handles.

AsRawSocket Windows

Extracts raw sockets.

FromRawHandle Windows

Construct I/O objects from raw handles.

FromRawSocket Windows

Creates I/O objects from raw sockets.

IntoRawHandle Windows

A trait to express the ability to consume an object and acquire ownership of its raw HANDLE.

IntoRawSocket Windows

A trait to express the ability to consume an object and acquire ownership of its raw SOCKET.

Type Definitions

RawHandle Windows

Raw HANDLEs.

RawSocket Windows

Raw SOCKETs.

© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/os/windows/io/index.html