Module signal_hook::iterator::exfiltrator::origin[][src]

This is supported on non-Windows and crate feature iterator and crate feature extended-siginfo only.

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

WithOrigin

The Exfiltrator that produces Origin of signals.