The struct fields are currently not pub making it impossible to assign Duration to a const variable. Given that Duration is essentially `timespec`, it seems like it might be a good idea to make the struct fields public. cc @aturon