Module std::sys::windows::net

source ·
🔬This is a nightly-only experimental API. (windows_net)

Modules

Macros

Structs

Statics

Traits

Functions

  • cleanupExperimental
  • cvtExperimental
    Checks if the signed integer is the Windows constant SOCKET_ERROR (-1) and if so, returns the last error from the Windows socket interface. This function must be called before another call to the socket API is made.
  • cvt_gaiExperimental
    A variant of cvt for getaddrinfo which return 0 for a success.
  • cvt_rExperimental
    Just to provide the same interface as sys/unix/net.rs
  • initExperimental
    Checks whether the Windows socket interface has been started already, and if not, starts it.
  • last_error 🔒 Experimental
    Returns the last error from the Windows socket interface.

Type Definitions