struct TickTimer(usize, &'static AtomicUsize);Expand description
早期 return が複数あるため、Drop で確実に積む。
Tuple Fields§
§0: usize§1: &'static AtomicUsizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for TickTimer
impl RefUnwindSafe for TickTimer
impl Send for TickTimer
impl Sync for TickTimer
impl Unpin for TickTimer
impl UnsafeUnpin for TickTimer
impl UnwindSafe for TickTimer
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