pub struct IPCClient { /* private fields */ }Expand description
The IPC Client to connect to an IPC Server. Use the IPCBuilder to create the client. Usually one does not need to use the IPCClient object directly.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IPCClient
impl !RefUnwindSafe for IPCClient
impl Send for IPCClient
impl Sync for IPCClient
impl Unpin for IPCClient
impl !UnwindSafe for IPCClient
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