chrono
0.4.40
In chrono::
time_
delta
Modules
serde
Structs
OutOfRangeError
TimeDelta
Constants
MAX
MICROS_PER_SEC
MILLIS_PER_SEC
MIN
NANOS_PER_MICRO
NANOS_PER_MILLI
NANOS_PER_SEC
SECS_PER_DAY
SECS_PER_HOUR
SECS_PER_MINUTE
SECS_PER_WEEK
Functions
div_mod_floor_64
chrono
::
time_delta
Function
div_mod_floor_64
Copy item path
Settings
Help
Summary
Source
const fn div_mod_floor_64(this:
i64
, other:
i64
) -> (
i64
,
i64
)