Module time::time

source ยท
Expand description

The Time struct and its associated impls.

Modulesยง

Structsยง

  • 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.