Function grpcio_sys::gpr_time_cmp
source · pub unsafe extern "C" fn gpr_time_cmp(
a: gpr_timespec,
b: gpr_timespec
) -> c_int
Expand description
Return -ve, 0, or +ve according to whether a < b, a == b, or a > b respectively.
pub unsafe extern "C" fn gpr_time_cmp(
a: gpr_timespec,
b: gpr_timespec
) -> c_int
Return -ve, 0, or +ve according to whether a < b, a == b, or a > b respectively.