Struct grpcio_sys::gpr_stats_counter
source · #[repr(C)]pub struct gpr_stats_counter {
pub value: gpr_atm,
}
Fields§
§value: gpr_atm
Trait Implementations§
source§impl Clone for gpr_stats_counter
impl Clone for gpr_stats_counter
source§fn clone(&self) -> gpr_stats_counter
fn clone(&self) -> gpr_stats_counter
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