Module rtc
sel4_
driver_
interfaces
0.1.0
Module rtc
Module Items
Structs
Traits
In crate sel4_
driver_
interfaces
Modules
block
net
rtc
serial
timer
Structs
WrappedMutex
WrappedRefCell
Enums
WrappedRefCellError
Traits
HandleInterrupt
sel4_driver_interfaces
Module
rtc
Copy item path
Settings
Help
Summary
Source
Structs
§
Date
Time
ISO 8601 combined date and time with time zone.
Naive
Date
ISO 8601 calendar date without timezone. Allows for every
proleptic Gregorian date
from Jan 1, 262145 BCE to Dec 31, 262143 CE. Also supports the conversion from ISO 8601 ordinal and week date.
Naive
Date
Time
ISO 8601 combined date and time without timezone.
Naive
Time
ISO 8601 time without timezone. Allows for the nanosecond precision and optional leap second representation.
Traits
§
Date
Time
Access
Real-Time Clock / Calendar DateTimeAccess trait to read/write a complete date/time.
Datelike
The common set of methods for date component.
Timelike
The common set of methods for time component.