tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
timeval
tango
stdc
posix
sys
time
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
timeval
version(linux)
extern (
C
)
struct
timeval {
time_t
tv_sec
;
suseconds_t
tv_usec
;
}
struct
timeval
struct
timeval
struct
timeval
Members
Variables
tv_sec
time_t
tv_sec
;
Undocumented in source.
tv_usec
suseconds_t
tv_usec
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
sys
time
functions
getitimer
gettimeofday
select
setitimer
utimes
structs
itimerval
timeval
timezone_t
variables
ITIMER_PROF
ITIMER_REAL
ITIMER_VIRTUAL