pub struct RelativePinnedSoftMode<C: ClockSource>(/* private fields */);Expand description
Timer with absolute expiration, pinned to CPU and handled in soft irq context.
Trait Implementations§
Source§impl<C: ClockSource> HrTimerMode for RelativePinnedSoftMode<C>
impl<C: ClockSource> HrTimerMode for RelativePinnedSoftMode<C>
Auto Trait Implementations§
impl<C> Freeze for RelativePinnedSoftMode<C>
impl<C> RefUnwindSafe for RelativePinnedSoftMode<C>where
C: RefUnwindSafe,
impl<C> Send for RelativePinnedSoftMode<C>where
C: Send,
impl<C> Sync for RelativePinnedSoftMode<C>where
C: Sync,
impl<C> Unpin for RelativePinnedSoftMode<C>where
C: Unpin,
impl<C> UnsafeUnpin for RelativePinnedSoftMode<C>
impl<C> UnwindSafe for RelativePinnedSoftMode<C>where
C: 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
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.