enum Stop {
Interrupted,
}Expand description
Why a capture stopped.
Variants§
Interrupted
The capture was asked to stop; the tool is not in trouble.
Either the user interrupted it, or whoever was reading the capture went away — Wireshark closing an extcap FIFO is a normal end to a capture, not a failure worth recovering from.
Auto Trait Implementations§
impl Freeze for Stop
impl RefUnwindSafe for Stop
impl Send for Stop
impl Sync for Stop
impl Unpin for Stop
impl UnwindSafe for Stop
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more