Module timespec

Source
Expand description

Timespec and related types, which are used by multiple public API modules.

Structsยง

Timespec
struct timespecโ€”A quantity of time in seconds plus nanoseconds.

Functionsยง

as_libc_timespec_mut_ptr ๐Ÿ”’
as_libc_timespec_ptr ๐Ÿ”’
option_as_libc_timespec_ptr ๐Ÿ”’

Type Aliasesยง

Nsecs
A type for the tv_nsec field of Timespec.
Secs
A type for the tv_sec field of Timespec.