pub struct MpscQueueWrapper<T> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T> HandleInner<MpscQueueSenderId> for MpscQueueWrapper<T>
impl<T> HandleInner<MpscQueueSenderId> for MpscQueueWrapper<T>
type IdAllocator = IndexAllocator
fn id_allocator(&self) -> &IndexAllocator
fn raise_id_limit(&mut self, new_limit: usize)
fn id_limit(&self) -> usize
Auto Trait Implementations§
impl<T> !Freeze for MpscQueueWrapper<T>
impl<T> !RefUnwindSafe for MpscQueueWrapper<T>
impl<T> Send for MpscQueueWrapper<T>where
T: Send,
impl<T> Sync for MpscQueueWrapper<T>
impl<T> Unpin for MpscQueueWrapper<T>where
T: Unpin,
impl<T> UnsafeUnpin for MpscQueueWrapper<T>
impl<T> UnwindSafe for MpscQueueWrapper<T>where
T: 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