Expand description
The Time struct and its associated impls.
Modulesยง
- private ๐
Structsยง
- Time
- The clock time within a given date. 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ยง
- Hours ๐
- The type of the
hourfield ofTime. - Minutes ๐
- The type of the
minutefield ofTime. - Nanoseconds ๐
- The type of the
nanosecondfield ofTime. - Seconds ๐
- The type of the
secondfield ofTime.