pub struct MpmcQueueAccessorId(/* private fields */);Trait Implementations§
Source§impl Borrow<usize> for MpmcQueueAccessorId
impl Borrow<usize> for MpmcQueueAccessorId
Source§impl BorrowMut<usize> for MpmcQueueAccessorId
impl BorrowMut<usize> for MpmcQueueAccessorId
Source§fn borrow_mut(&mut self) -> &mut usize
fn borrow_mut(&mut self) -> &mut usize
Mutably borrows from an owned value. Read more
Source§impl Debug for MpmcQueueAccessorId
impl Debug for MpmcQueueAccessorId
Source§impl From<MpmcQueueAccessorId> for usize
impl From<MpmcQueueAccessorId> for usize
Source§fn from(value: MpmcQueueAccessorId) -> Self
fn from(value: MpmcQueueAccessorId) -> Self
Converts to this type from the input type.
Source§impl From<usize> for MpmcQueueAccessorId
impl From<usize> for MpmcQueueAccessorId
Source§impl<T> HandleInner<MpmcQueueAccessorId> for MpmcQueueWrapper<T>
impl<T> HandleInner<MpmcQueueAccessorId> for MpmcQueueWrapper<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 Freeze for MpmcQueueAccessorId
impl RefUnwindSafe for MpmcQueueAccessorId
impl Send for MpmcQueueAccessorId
impl Sync for MpmcQueueAccessorId
impl Unpin for MpmcQueueAccessorId
impl UnsafeUnpin for MpmcQueueAccessorId
impl UnwindSafe for MpmcQueueAccessorId
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