pub struct ArcHrTimerHandle<T>where
T: HasHrTimer<T>,{ /* private fields */ }Expand description
A handle for an Arc<HasHrTimer<T>> returned by a call to
HrTimerPointer::start.
Trait Implementations§
Source§impl<T> Drop for ArcHrTimerHandle<T>where
T: HasHrTimer<T>,
impl<T> Drop for ArcHrTimerHandle<T>where
T: HasHrTimer<T>,
Source§impl<T> HrTimerHandle for ArcHrTimerHandle<T>where
T: HasHrTimer<T>,
impl<T> HrTimerHandle for ArcHrTimerHandle<T>where
T: HasHrTimer<T>,
Auto Trait Implementations§
impl<T> !RefUnwindSafe for ArcHrTimerHandle<T>
impl<T> !UnwindSafe for ArcHrTimerHandle<T>
impl<T> Freeze for ArcHrTimerHandle<T>
impl<T> Send for ArcHrTimerHandle<T>
impl<T> Sync for ArcHrTimerHandle<T>
impl<T> Unpin for ArcHrTimerHandle<T>
impl<T> UnsafeUnpin for ArcHrTimerHandle<T>
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<S, T> IntoSafeCast<T> for Swhere
T: FromSafeCast<S>,
impl<S, T> IntoSafeCast<T> for Swhere
T: FromSafeCast<S>,
Source§fn into_safe_cast(self) -> T
fn into_safe_cast(self) -> T
Convert
self into a T. This operation is guaranteed to be lossless.Source§impl<S, T> IntoSafeCastArch<T> for Swhere
T: FromSafeCastArch<S>,
impl<S, T> IntoSafeCastArch<T> for Swhere
T: FromSafeCastArch<S>,
Source§fn into_safe_cast_arch(self) -> T
fn into_safe_cast_arch(self) -> T
Convert
self into a T. This operation is guaranteed to be lossless.