pub struct TcpCaptureSource { /* private fields */ }Implementations§
Source§impl TcpCaptureSource
impl TcpCaptureSource
pub fn new(listener: TcpListener) -> Self
Trait Implementations§
Source§impl CaptureSource for TcpCaptureSource
impl CaptureSource for TcpCaptureSource
Auto Trait Implementations§
impl !Freeze for TcpCaptureSource
impl RefUnwindSafe for TcpCaptureSource
impl Send for TcpCaptureSource
impl Sync for TcpCaptureSource
impl Unpin for TcpCaptureSource
impl UnsafeUnpin for TcpCaptureSource
impl UnwindSafe for TcpCaptureSource
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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