grpcio_sys

Function gpr_ref_is_unique

Source
pub unsafe extern "C" fn gpr_ref_is_unique(
    r: *mut gpr_refcount,
) -> c_int
Expand description

Return non-zero iff the reference count of *r is one, and thus is owned by exactly one object.