Module once
A "once initialization" primitive
This primitive is meant to be used to run one-time initialization. An example use case would be for initializing an FFI library.
Structs
Enums
-
OnceExclusiveState
Used for the internal implementation of
sys::sync::onceon different platforms and theLazyLockimplementation.