Module std::sys::windows::c

source ·
🔬This is a nightly-only experimental API. (windows_c)
Expand description

C definitions used by libnative that don’t belong in liblibc

Re-exports

  • pub use crate::os::raw::c_int;
  • pub use FD_SET as fd_set;
    Experimental
  • pub use LINGER as linger;
    Experimental
  • pub use TIMEVAL as timeval;
    Experimental
  • pub use SetThreadDescription::call as SetThreadDescription;
    Experimental
  • pub use GetSystemTimePreciseAsFileTime::call as GetSystemTimePreciseAsFileTime;
    Experimental
  • pub use GetTempPath2W::call as GetTempPath2W;
    Experimental
  • pub use NtCreateKeyedEvent::call as NtCreateKeyedEvent;
    Experimental
  • pub use NtReleaseKeyedEvent::call as NtReleaseKeyedEvent;
    Experimental
  • pub use NtWaitForKeyedEvent::call as NtWaitForKeyedEvent;
    Experimental
  • pub use windows_sys::*;
    Experimental

Modules

Structs

Constants

Statics

Functions

Type Definitions