val t : [ `Rusage ] Ctypes.structure F.typ
val utime : ([ `Timeval ] Ctypes.structure, [ `Rusage ] Ctypes.structure) F.field
val stime : ([ `Timeval ] Ctypes.structure, [ `Rusage ] Ctypes.structure) F.field
val minflt : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val majflt : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val nswap : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val inblock : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val oublock : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val msgsnd : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val msgrcv : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val nsignals : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val nvcsw : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field
val nivcsw : (Unsigned.uint64, [ `Rusage ] Ctypes.structure) F.field