pub struct RelativeHardMode<C: ClockSource>(/* private fields */);
Expand description
Timer with relative expiration, handled in hard irq context.
Trait Implementations§
Source§impl<C: ClockSource> HrTimerMode for RelativeHardMode<C>
impl<C: ClockSource> HrTimerMode for RelativeHardMode<C>
Auto Trait Implementations§
impl<C> Freeze for RelativeHardMode<C>
impl<C> RefUnwindSafe for RelativeHardMode<C>where
C: RefUnwindSafe,
impl<C> Send for RelativeHardMode<C>where
C: Send,
impl<C> Sync for RelativeHardMode<C>where
C: Sync,
impl<C> Unpin for RelativeHardMode<C>where
C: Unpin,
impl<C> UnwindSafe for RelativeHardMode<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
Source§impl<T> PinInit<T> for T
impl<T> PinInit<T> for T
Source§unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
Initializes
slot
. Read more