pub struct CNT { /* private fields */ }
Expand description
counter
Implementations§
Auto Trait Implementations§
impl !Freeze for CNT
impl !RefUnwindSafe for CNT
impl Send for CNT
impl !Sync for CNT
impl Unpin for CNT
impl UnwindSafe for CNT
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