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