pub struct StepTimer<T: Timer, V> {
pub step: T,
pub val: V,
}
Fields§
§step: T
§val: V
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, V> Freeze for StepTimer<T, V>
impl<T, V> RefUnwindSafe for StepTimer<T, V>where
T: RefUnwindSafe,
V: RefUnwindSafe,
impl<T, V> Send for StepTimer<T, V>
impl<T, V> Sync for StepTimer<T, V>
impl<T, V> Unpin for StepTimer<T, V>
impl<T, V> UnwindSafe for StepTimer<T, V>where
T: UnwindSafe,
V: 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