Struct grpcio_sys::gpr_stats_counter
source · #[repr(C)]pub struct gpr_stats_counter {
pub value: gpr_atm,
}
Fields
value: gpr_atm
Trait Implementations
sourceimpl Clone for gpr_stats_counter
impl Clone for gpr_stats_counter
sourcefn clone(&self) -> gpr_stats_counter
fn clone(&self) -> gpr_stats_counter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for gpr_stats_counter
impl Debug for gpr_stats_counter
impl Copy for gpr_stats_counter
Auto Trait Implementations
impl RefUnwindSafe for gpr_stats_counter
impl Send for gpr_stats_counter
impl Sync for gpr_stats_counter
impl Unpin for gpr_stats_counter
impl UnwindSafe for gpr_stats_counter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more