fn seconds(seconds: i64) -> Self
[src]fn milliseconds(milliseconds: i64) -> Self
[src]fn microseconds(microseconds: i64) -> Self
[src]fn nanoseconds(nanoseconds: i64) -> Self
[src]fn num_seconds(&self) -> i64
[src]fn num_milliseconds(&self) -> i64
[src]fn num_microseconds(&self) -> i64
[src]fn num_nanoseconds(&self) -> i64
[src]fn zero() -> Self
[src]fn hours(hours: i64) -> Self
[src]fn minutes(minutes: i64) -> Self
[src]fn num_hours(&self) -> i64
[src]fn num_minutes(&self) -> i64
[src]impl TimeValLike for TimeSpec
[src][+]impl TimeValLike for TimeVal
[src][+]