Struct accounting_allocator::ThreadCounters
source · [−]pub(crate) struct ThreadCounters {
pub(crate) tx: Sender<Arc<ThreadCounter>>,
pub(crate) shared: Mutex<ThreadCountersShared>,
}
Fields
tx: Sender<Arc<ThreadCounter>>
Trait Implementations
sourceimpl Debug for ThreadCounters
impl Debug for ThreadCounters
Auto Trait Implementations
impl RefUnwindSafe for ThreadCounters
impl Send for ThreadCounters
impl Sync for ThreadCounters
impl Unpin for ThreadCounters
impl UnwindSafe for ThreadCounters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more