pub struct PinHrTimerHandle<'a, T>where
T: HasHrTimer<T>,{ /* private fields */ }
Expand description
A handle for a Pin<&HasHrTimer>
. When the handle exists, the timer might be
running.
Trait Implementations§
Source§impl<'a, T> Drop for PinHrTimerHandle<'a, T>where
T: HasHrTimer<T>,
impl<'a, T> Drop for PinHrTimerHandle<'a, T>where
T: HasHrTimer<T>,
Source§impl<'a, T> HrTimerHandle for PinHrTimerHandle<'a, T>where
T: HasHrTimer<T>,
impl<'a, T> HrTimerHandle for PinHrTimerHandle<'a, T>where
T: HasHrTimer<T>,
Auto Trait Implementations§
impl<'a, T> Freeze for PinHrTimerHandle<'a, T>
impl<'a, T> RefUnwindSafe for PinHrTimerHandle<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for PinHrTimerHandle<'a, T>where
T: Sync,
impl<'a, T> Sync for PinHrTimerHandle<'a, T>where
T: Sync,
impl<'a, T> Unpin for PinHrTimerHandle<'a, T>
impl<'a, T> UnwindSafe for PinHrTimerHandle<'a, T>where
T: RefUnwindSafe,
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