Enum sched_callback::task::SchedType
source · pub enum SchedType {
Timestamp(SystemTime),
Delay(Duration, usize),
}Variants§
Timestamp(SystemTime)
Delay(Duration, usize)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SchedType
impl RefUnwindSafe for SchedType
impl Send for SchedType
impl Sync for SchedType
impl Unpin for SchedType
impl UnwindSafe for SchedType
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