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 moresource§impl 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§
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