pub struct TimeCtx<'a> {
pub scheduler: &'a mut Scheduler,
}Expand description
Time / scheduling state borrowed mutably during dispatch.
Fields§
§scheduler: &'a mut SchedulerSorted timer heap.
Auto Trait Implementations§
impl<'a> !UnwindSafe for TimeCtx<'a>
impl<'a> Freeze for TimeCtx<'a>
impl<'a> RefUnwindSafe for TimeCtx<'a>
impl<'a> Send for TimeCtx<'a>
impl<'a> Sync for TimeCtx<'a>
impl<'a> Unpin for TimeCtx<'a>
impl<'a> UnsafeUnpin for TimeCtx<'a>
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