pub struct AllocatorPool { /* private fields */ }
Expand description
A pool of general allocators.
Implementations§
Auto Trait Implementations§
impl Freeze for AllocatorPool
impl RefUnwindSafe for AllocatorPool
impl !Send for AllocatorPool
impl !Sync for AllocatorPool
impl Unpin for AllocatorPool
impl UnwindSafe for AllocatorPool
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