TimeVal

Duration timeout value.

@safe
struct TimeVal {
_ctimeval ctimeval;
version(StdDdoc)
tv_sec_t seconds;
version(StdDdoc)
tv_usec_t microseconds;
}

Mixed In Members

From mixin FieldProxy!(`ctimeval.tv_sec`, `seconds`)

From mixin FieldProxy!(`ctimeval.tv_usec`, `microseconds`)

Meta

Suggestion Box / Bug Report