Module signal_hook::iterator::exfiltrator::origin
source · Available on non-Windows and crate feature
iterator and crate feature extended-siginfo only.Expand description
An exfiltrator providing the process that caused the signal.
The WithOrigin is an Exfiltrator that
provides the information about sending process in addition to the signal number, through the
Origin type.
See the WithOrigin example.
Re-exports
pub use super::raw::Slot;pub use crate::low_level::siginfo::Origin;pub use crate::low_level::siginfo::Process;
Structs
- The
Exfiltratorthat producesOriginof signals.