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