pub struct AbsolutePinnedMode<C: ClockSource>(/* private fields */);Expand description
Timer with absolute expiration time, pinned to its current CPU.
Trait Implementations§
Source§impl<C: ClockSource> HrTimerMode for AbsolutePinnedMode<C>
 
impl<C: ClockSource> HrTimerMode for AbsolutePinnedMode<C>
Auto Trait Implementations§
impl<C> Freeze for AbsolutePinnedMode<C>
impl<C> RefUnwindSafe for AbsolutePinnedMode<C>where
    C: RefUnwindSafe,
impl<C> Send for AbsolutePinnedMode<C>where
    C: Send,
impl<C> Sync for AbsolutePinnedMode<C>where
    C: Sync,
impl<C> Unpin for AbsolutePinnedMode<C>where
    C: Unpin,
impl<C> UnwindSafe for AbsolutePinnedMode<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