type UIntGauge = GenericGauge<AtomicU64>;

Aliased Type§

struct UIntGauge {
    v: Arc<Value<AtomicU64>, Global>,
}

Fields§

§v: Arc<Value<AtomicU64>, Global>