nanoseconds
Returns the number of nanoseconds in the duration.
Parameters
- self:Duration
- Duration
Source
Implementation
pub fn nanoseconds(self: Duration) f64 {
return abi.c.temporal_rs_Duration_nanoseconds(self._inner);
}Returns the number of nanoseconds in the duration.
Source
pub fn nanoseconds(self: Duration) f64 {
return abi.c.temporal_rs_Duration_nanoseconds(self._inner);
}