Struct pnet::transport::TcpTransportChannelIterator
source · pub struct TcpTransportChannelIterator<'a> { /* private fields */ }
Expand description
An iterator over packets of type TcpPacket
.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for TcpTransportChannelIterator<'a>
impl<'a> RefUnwindSafe for TcpTransportChannelIterator<'a>
impl<'a> Send for TcpTransportChannelIterator<'a>
impl<'a> Sync for TcpTransportChannelIterator<'a>
impl<'a> Unpin for TcpTransportChannelIterator<'a>
impl<'a> !UnwindSafe for TcpTransportChannelIterator<'a>
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