Struct grpcio_sys::gpr_stats_counter [−][src]
#[repr(C)]pub struct gpr_stats_counter {
pub value: gpr_atm,
}
Fields
value: gpr_atm
Trait Implementations
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
Mutably borrows from an owned value. Read more