Module std::os::windows::prelude [] [src]

A prelude for conveniently writing platform-specific code.

Includes all extension traits, and some important type definitions.

Traits

AsRawHandle

Extract raw handles.

AsRawSocket

Extract raw sockets.

FromRawHandle

Construct I/O objects from raw handles.

FromRawSocket

Create I/O objects from raw sockets.

MetadataExt

Extension methods for fs::Metadata to access the raw fields contained within.

OsStrExt

Windows-specific extensions to OsStr`OsStr`.

OsStringExt

Windows-specific extensions to OsString`OsString`.

OpenOptionsExt [Unstable]

Windows-specific extensions to OpenOptions

Type Definitions

RawHandle

Raw HANDLEs.

RawSocket

Raw SOCKETs.