type SharedConnectionCounter = Arc<Mutex<ConnectionCounter>>;

Aliased Type§

struct SharedConnectionCounter {
    ptr: NonNull<ArcInner<Mutex<ConnectionCounter>>>,
    phantom: PhantomData<ArcInner<Mutex<ConnectionCounter>>>,
    alloc: Global,
}

Fields§

§ptr: NonNull<ArcInner<Mutex<ConnectionCounter>>>§phantom: PhantomData<ArcInner<Mutex<ConnectionCounter>>>§alloc: Global