Struct timely::communication::allocator::Process
source · pub struct Process { /* private fields */ }
Expand description
An allocator for inter-thread, intra-process communication
Implementations§
Trait Implementations§
source§impl Allocate for Process
impl Allocate for Process
Auto Trait Implementations§
impl Freeze for Process
impl !RefUnwindSafe for Process
impl !Send for Process
impl !Sync for Process
impl Unpin for Process
impl !UnwindSafe for Process
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