pub struct ArcBlock<T> { /* private fields */ }
Expand description
A chunk of memory that an ArcPool
can manage
Implementations§
Auto Trait Implementations§
impl<T> !Freeze for ArcBlock<T>
impl<T> !RefUnwindSafe for ArcBlock<T>
impl<T> !Send for ArcBlock<T>
impl<T> !Sync for ArcBlock<T>
impl<T> Unpin for ArcBlock<T>where
T: Unpin,
impl<T> !UnwindSafe for ArcBlock<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