Struct mnemos_alloc::heap::stats::DecrementOnDrop
source · struct DecrementOnDrop<'counter>(&'counter AtomicU16);
Available on crate feature
stats
only.Tuple Fields§
§0: &'counter AtomicU16
Trait Implementations§
Auto Trait Implementations§
impl<'counter> Freeze for DecrementOnDrop<'counter>
impl<'counter> RefUnwindSafe for DecrementOnDrop<'counter>
impl<'counter> Send for DecrementOnDrop<'counter>
impl<'counter> Sync for DecrementOnDrop<'counter>
impl<'counter> Unpin for DecrementOnDrop<'counter>
impl<'counter> UnwindSafe for DecrementOnDrop<'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