pub struct FilePacketReader { /* private fields */ }Expand description
Sequential packet reader for PCAP files.
Trait Implementations§
Source§impl PacketReader for FilePacketReader
impl PacketReader for FilePacketReader
Auto Trait Implementations§
impl Freeze for FilePacketReader
impl !RefUnwindSafe for FilePacketReader
impl Send for FilePacketReader
impl Sync for FilePacketReader
impl Unpin for FilePacketReader
impl !UnwindSafe for FilePacketReader
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