[][src]Function grpcio_sys::gpr_time_from_micros

pub unsafe extern "C" fn gpr_time_from_micros(
    x: i64,
    clock_type: gpr_clock_type
) -> gpr_timespec

Return a timespec representing a given number of time units. INT64_MIN is interpreted as gpr_inf_past, and INT64_MAX as gpr_inf_future.