Struct pcap_parser::PcapCapture
source · [−]pub struct PcapCapture<'a> {
pub header: PcapHeader,
pub blocks: Vec<LegacyPcapBlock<'a>>,
}
Expand description
Generic interface for PCAP file access
Fields
header: PcapHeader
blocks: Vec<LegacyPcapBlock<'a>>
Implementations
Trait Implementations
sourceimpl<'a> Capture for PcapCapture<'a>
impl<'a> Capture for PcapCapture<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for PcapCapture<'a>
impl<'a> Send for PcapCapture<'a>
impl<'a> Sync for PcapCapture<'a>
impl<'a> Unpin for PcapCapture<'a>
impl<'a> UnwindSafe for PcapCapture<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more