Struct Duration¶ Defined in File time.hpp Struct Documentation¶ struct Duration¶ A duration in seconds and nanoseconds. Public Members int32_t sec¶ The number of seconds. uint32_t nsec¶ The number of nanoseconds.