pub struct IPC { /* private fields */ }Expand description
Inter-processor Channel
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Sync for IPC
impl Freeze for IPC
impl RefUnwindSafe for IPC
impl Unpin for IPC
impl UnsafeUnpin for IPC
impl UnwindSafe for IPC
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