Module stdmod

Module stdmod 

Source
Available on crate feature std only.

Structsยง

SeqCountProviderSyncU8
These sequence counters can be shared between threads and can also be configured to wrap around at specified maximum values. Please note that that the API provided by this class will not panic und Mutex lock errors, but it will yield 0 for the getter functions.
SeqCountProviderSyncU16
These sequence counters can be shared between threads and can also be configured to wrap around at specified maximum values. Please note that that the API provided by this class will not panic und Mutex lock errors, but it will yield 0 for the getter functions.
SeqCountProviderSyncU32
These sequence counters can be shared between threads and can also be configured to wrap around at specified maximum values. Please note that that the API provided by this class will not panic und Mutex lock errors, but it will yield 0 for the getter functions.
SeqCountProviderSyncU64
These sequence counters can be shared between threads and can also be configured to wrap around at specified maximum values. Please note that that the API provided by this class will not panic und Mutex lock errors, but it will yield 0 for the getter functions.