Module time

Module time 

Source
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 hour field of Time.
Minutes ๐Ÿ”’
The type of the minute field of Time.
Nanoseconds ๐Ÿ”’
The type of the nanosecond field of Time.
Seconds ๐Ÿ”’
The type of the second field of Time.