pub struct PcapStreamer { /* private fields */ }Expand description
Small helper to stream a pcap file over UDP
Implementations§
Auto Trait Implementations§
impl Freeze for PcapStreamer
impl RefUnwindSafe for PcapStreamer
impl Send for PcapStreamer
impl !Sync for PcapStreamer
impl Unpin for PcapStreamer
impl UnwindSafe for PcapStreamer
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