pub struct PistolCapture { /* private fields */ }Expand description
Save the sent traffic locally in pcapng format. Note that this method does not read the traffic from the network card, but to save the traffic before the it is sent.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PistolCapture
impl RefUnwindSafe for PistolCapture
impl Send for PistolCapture
impl Sync for PistolCapture
impl Unpin for PistolCapture
impl UnwindSafe for PistolCapture
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