Struct grpcio_sys::gpr_refcount
source · #[repr(C)]pub struct gpr_refcount {
pub count: gpr_atm,
}
Fields§
§count: gpr_atm
Trait Implementations§
source§impl Clone for gpr_refcount
impl Clone for gpr_refcount
source§fn clone(&self) -> gpr_refcount
fn clone(&self) -> gpr_refcount
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more