pub struct ArcPool<T>(/* private fields */);Expand description
Stores all the allocations for the Arcs together in chunks of contiguous memory.
Implementations§
Trait Implementations§
impl<T: Send + Sync> Send for ArcPool<T>
impl<T: Send + Sync> Sync for ArcPool<T>
Auto Trait Implementations§
impl<T> !Freeze for ArcPool<T>
impl<T> !RefUnwindSafe for ArcPool<T>
impl<T> Unpin for ArcPool<T>
impl<T> !UnwindSafe for ArcPool<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