pub struct FrameStreamBridge { /* private fields */ }Expand description
Running libkrun unix-stream bridge for one virtio NIC.
The bridge owns:
- a control clone of the Unix stream used to trigger shutdown
- a reader thread for guest->host frames
- a writer thread for host->guest frames
Trait Implementations§
Source§impl Drop for FrameStreamBridge
impl Drop for FrameStreamBridge
Auto Trait Implementations§
impl !RefUnwindSafe for FrameStreamBridge
impl !UnwindSafe for FrameStreamBridge
impl Freeze for FrameStreamBridge
impl Send for FrameStreamBridge
impl Sync for FrameStreamBridge
impl Unpin for FrameStreamBridge
impl UnsafeUnpin for FrameStreamBridge
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