Available on crate feature
core only.Expand description
Low level time utilities.
Structs
- Represents a span of time.
Functions
- Computes the addition of two time spans.
- Returns the number of seconds stored in an
NSTDDurationas anNSTDFloat64. - Returns the number of nanoseconds in an
NSTDDurationobject. - Creates a new
NSTDDurationobject from anNSTDFloat64representing the duration in seconds. - Returns the number of seconds in an
NSTDDurationobject. - Computes the subtraction between two time spans.
Type Aliases
- Represents an optional value of type
NSTDDuration.