Expand description
The Duration
struct and its associated impl
s.
Macrosยง
- duration_
mul_ ๐div_ int - Implement
Mul
(reflexively) andDiv
forDuration
for various types. - try_
from_ ๐secs - This is adapted from the
std
implementation, which uses mostly bit operations to ensure the highest precision:
Structsยง
- Duration
- A span of time with nanosecond precision.
Enumsยง
- Padding ๐
- By explicitly inserting this enum where padding is expected, the compiler is able to better perform niche value optimization.
Type Aliasesยง
- Nanoseconds ๐
- The type of the
nanosecond
field ofDuration
.