pub struct Bridge { /* private fields */ }Expand description
IPC bridge that the dbg CLI connects to.
On Windows the bridge listens on TCP 127.0.0.1:0 and writes the
address to .debugger/bridge.addr. On Unix it listens on a Unix
domain socket.
Implementations§
Auto Trait Implementations§
impl Freeze for Bridge
impl RefUnwindSafe for Bridge
impl Send for Bridge
impl Sync for Bridge
impl Unpin for Bridge
impl UnsafeUnpin for Bridge
impl UnwindSafe for Bridge
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