pub struct FifoTask<T> { /* private fields */ }
Expand description
A task wrapper for the FifoScheduler
.
It add extra states to use in linked_list::List
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> !RefUnwindSafe for FifoTask<T>
impl<T> Send for FifoTask<T>where
T: Send,
impl<T> Sync for FifoTask<T>where
T: Sync,
impl<T> !Unpin for FifoTask<T>
impl<T> !UnwindSafe for FifoTask<T>
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