pub struct NetnsTapBridge { /* private fields */ }Expand description
A running netns-tap bridge. Dropping it signals both pump threads to stop and joins them; the tap fd closes with the bridge.
Implementations§
Trait Implementations§
Source§impl Drop for NetnsTapBridge
impl Drop for NetnsTapBridge
Auto Trait Implementations§
impl !RefUnwindSafe for NetnsTapBridge
impl !UnwindSafe for NetnsTapBridge
impl Freeze for NetnsTapBridge
impl Send for NetnsTapBridge
impl Sync for NetnsTapBridge
impl Unpin for NetnsTapBridge
impl UnsafeUnpin for NetnsTapBridge
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