pub struct TimerX<TG, const T: u8 = 0> { /* private fields */ }Expand description
A timer within a Timer Group.
Implementations§
Auto Trait Implementations§
impl<TG, const T: u8> Freeze for TimerX<TG, T>
impl<TG, const T: u8> RefUnwindSafe for TimerX<TG, T>where
TG: RefUnwindSafe,
impl<TG, const T: u8> Send for TimerX<TG, T>where
TG: Send,
impl<TG, const T: u8> Sync for TimerX<TG, T>where
TG: Sync,
impl<TG, const T: u8> Unpin for TimerX<TG, T>where
TG: Unpin,
impl<TG, const T: u8> UnwindSafe for TimerX<TG, T>where
TG: 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