pub struct Pcap { /* private fields */ }Expand description
A classic pcap file held in memory; packets walks it without copying.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pcap
impl RefUnwindSafe for Pcap
impl Send for Pcap
impl Sync for Pcap
impl Unpin for Pcap
impl UnsafeUnpin for Pcap
impl UnwindSafe for Pcap
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