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 moresource§impl Debug for gpr_refcount
impl Debug for gpr_refcount
impl Copy for gpr_refcount
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more