pub struct ProcessAllocator { /* private fields */ }Expand description
A serializing allocator for inter-thread intra-process communication.
Auto Trait Implementations§
impl Freeze for ProcessAllocator
impl !RefUnwindSafe for ProcessAllocator
impl !Send for ProcessAllocator
impl !Sync for ProcessAllocator
impl Unpin for ProcessAllocator
impl UnsafeUnpin for ProcessAllocator
impl !UnwindSafe for ProcessAllocator
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