pub struct LinuxIpcPort;Expand description
Linux local IPC supports Unix paths only; Windows pipe names fail closed.
Trait Implementations§
Source§impl IpcPort for LinuxIpcPort
impl IpcPort for LinuxIpcPort
fn listen(&self, address: &IpcAddress) -> Result<Box<dyn IpcListener>>
fn connect(&self, address: &IpcAddress) -> Result<Box<dyn Stream>>
Auto Trait Implementations§
impl Freeze for LinuxIpcPort
impl RefUnwindSafe for LinuxIpcPort
impl Send for LinuxIpcPort
impl Sync for LinuxIpcPort
impl Unpin for LinuxIpcPort
impl UnsafeUnpin for LinuxIpcPort
impl UnwindSafe for LinuxIpcPort
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