pub struct CompletionPool<M: RawMutex, const N: usize> { /* private fields */ }Expand description
Fixed completion storage for at most N concurrently awaited commands.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<M, const N: usize> !Freeze for CompletionPool<M, N>
impl<M, const N: usize> !RefUnwindSafe for CompletionPool<M, N>
impl<M, const N: usize> Send for CompletionPool<M, N>where
M: Send,
impl<M, const N: usize> Sync for CompletionPool<M, N>where
M: Sync,
impl<M, const N: usize> Unpin for CompletionPool<M, N>where
M: Unpin,
impl<M, const N: usize> UnsafeUnpin for CompletionPool<M, N>where
M: UnsafeUnpin,
impl<M, const N: usize> UnwindSafe for CompletionPool<M, N>where
M: 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