Struct grpcio_sys::gpr_refcount [−][src]
#[repr(C)]pub struct gpr_refcount {
pub count: gpr_atm,
}
Fields
count: gpr_atm
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for gpr_refcount
impl Send for gpr_refcount
impl Sync for gpr_refcount
impl Unpin for gpr_refcount
impl UnwindSafe for gpr_refcount
Blanket Implementations
Mutably borrows from an owned value. Read more