pub struct Timer<T, const N0: usize, const N: usize, const L: usize> { /* private fields */ }Expand description
不可撤销的定时器
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, const N0: usize, const N: usize, const L: usize> Freeze for Timer<T, N0, N, L>
impl<T, const N0: usize, const N: usize, const L: usize> RefUnwindSafe for Timer<T, N0, N, L>where
T: RefUnwindSafe,
impl<T, const N0: usize, const N: usize, const L: usize> Send for Timer<T, N0, N, L>where
T: Send,
impl<T, const N0: usize, const N: usize, const L: usize> Sync for Timer<T, N0, N, L>where
T: Sync,
impl<T, const N0: usize, const N: usize, const L: usize> Unpin for Timer<T, N0, N, L>where
T: Unpin,
impl<T, const N0: usize, const N: usize, const L: usize> UnwindSafe for Timer<T, N0, N, L>where
T: UnwindSafe,
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