pub struct PoolArena { /* private fields */ }Expand description
A fixed-size object pool backed by a free-list.
Implementations§
Auto Trait Implementations§
impl Freeze for PoolArena
impl RefUnwindSafe for PoolArena
impl Send for PoolArena
impl Sync for PoolArena
impl Unpin for PoolArena
impl UnsafeUnpin for PoolArena
impl UnwindSafe for PoolArena
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