toggle menu
Wasi-emscripten-host
common
switch theme
search in API
host
/
at.released.weh.filesystem.op.stat
/
StructTimespec
Struct
Timespec
class
StructTimespec
(
val
seconds
:
Long
,
val
nanoseconds
:
Long
)
(
source
)
Members
Members & Extensions
Constructors
Struct
Timespec
Link copied to clipboard
constructor
(
seconds
:
Long
,
nanoseconds
:
Long
)
Properties
nanoseconds
Link copied to clipboard
val
nanoseconds
:
Long
seconds
Link copied to clipboard
val
seconds
:
Long
time
Millis
Link copied to clipboard
val
StructTimespec
.
timeMillis
:
Long
time
Nanos
Link copied to clipboard
val
StructTimespec
.
timeNanos
:
Long
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String