struct AccTimer(usize, &'static AtomicUsize);Tuple Fields§
§0: usize§1: &'static AtomicUsizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for AccTimer
impl RefUnwindSafe for AccTimer
impl Send for AccTimer
impl Sync for AccTimer
impl Unpin for AccTimer
impl UnsafeUnpin for AccTimer
impl UnwindSafe for AccTimer
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