pub struct ExecutorShared<const LEN: usize>{
shared: WakerShared<LEN>,
bit_wakers: [BitWaker<LEN>; LEN],
}Expand description
Permanent shared state required for the Executor.
Fields§
§bit_wakers: [BitWaker<LEN>; LEN]Implementations§
Trait Implementations§
Auto Trait Implementations§
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